Uses of Class
com.oracle.bmc.identitydomains.requests.PutMePasswordChangerRequest
-
Packages that use PutMePasswordChangerRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutMePasswordChangerRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutMePasswordChangerRequest Modifier and Type Method Description PutMePasswordChangerResponse
IdentityDomains. putMePasswordChanger(PutMePasswordChangerRequest request)
Update a user’s own password.Future<PutMePasswordChangerResponse>
IdentityDomainsAsync. putMePasswordChanger(PutMePasswordChangerRequest request, AsyncHandler<PutMePasswordChangerRequest,PutMePasswordChangerResponse> handler)
Update a user’s own password.Future<PutMePasswordChangerResponse>
IdentityDomainsAsyncClient. putMePasswordChanger(PutMePasswordChangerRequest request, AsyncHandler<PutMePasswordChangerRequest,PutMePasswordChangerResponse> handler)
PutMePasswordChangerResponse
IdentityDomainsClient. putMePasswordChanger(PutMePasswordChangerRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutMePasswordChangerRequest Modifier and Type Method Description Future<PutMePasswordChangerResponse>
IdentityDomainsAsync. putMePasswordChanger(PutMePasswordChangerRequest request, AsyncHandler<PutMePasswordChangerRequest,PutMePasswordChangerResponse> handler)
Update a user’s own password.Future<PutMePasswordChangerResponse>
IdentityDomainsAsyncClient. putMePasswordChanger(PutMePasswordChangerRequest request, AsyncHandler<PutMePasswordChangerRequest,PutMePasswordChangerResponse> handler)
-
Uses of PutMePasswordChangerRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutMePasswordChangerRequest Modifier and Type Method Description PutMePasswordChangerRequest
PutMePasswordChangerRequest.Builder. build()
Build the instance of PutMePasswordChangerRequest as configured by this builderPutMePasswordChangerRequest
PutMePasswordChangerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutMePasswordChangerRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutMePasswordChangerRequest Modifier and Type Method Description PutMePasswordChangerRequest.Builder
PutMePasswordChangerRequest.Builder. copy(PutMePasswordChangerRequest o)
Copy method to populate the builder with values from the given instance.
-