Uses of Class
com.oracle.bmc.identitydomains.responses.PutMePasswordChangerResponse
-
Packages that use PutMePasswordChangerResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutMePasswordChangerResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutMePasswordChangerResponse Modifier and Type Method Description PutMePasswordChangerResponse
IdentityDomains. putMePasswordChanger(PutMePasswordChangerRequest request)
Update a user’s own password.PutMePasswordChangerResponse
IdentityDomainsClient. putMePasswordChanger(PutMePasswordChangerRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutMePasswordChangerResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutMePasswordChangerResponse 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 PutMePasswordChangerResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutMePasswordChangerResponse Modifier and Type Method Description PutMePasswordChangerResponse
PutMePasswordChangerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutMePasswordChangerResponse Modifier and Type Method Description PutMePasswordChangerResponse.Builder
PutMePasswordChangerResponse.Builder. copy(PutMePasswordChangerResponse o)
Copy method to populate the builder with values from the given instance.
-