Uses of Class
com.oracle.bmc.identitydomains.responses.PutUserPasswordChangerResponse
-
Packages that use PutUserPasswordChangerResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutUserPasswordChangerResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutUserPasswordChangerResponse Modifier and Type Method Description PutUserPasswordChangerResponse
IdentityDomains. putUserPasswordChanger(PutUserPasswordChangerRequest request)
Change a user’s password to a known value.PutUserPasswordChangerResponse
IdentityDomainsClient. putUserPasswordChanger(PutUserPasswordChangerRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutUserPasswordChangerResponse Modifier and Type Method Description Future<PutUserPasswordChangerResponse>
IdentityDomainsAsync. putUserPasswordChanger(PutUserPasswordChangerRequest request, AsyncHandler<PutUserPasswordChangerRequest,PutUserPasswordChangerResponse> handler)
Change a user’s password to a known value.Future<PutUserPasswordChangerResponse>
IdentityDomainsAsyncClient. putUserPasswordChanger(PutUserPasswordChangerRequest request, AsyncHandler<PutUserPasswordChangerRequest,PutUserPasswordChangerResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutUserPasswordChangerResponse Modifier and Type Method Description Future<PutUserPasswordChangerResponse>
IdentityDomainsAsync. putUserPasswordChanger(PutUserPasswordChangerRequest request, AsyncHandler<PutUserPasswordChangerRequest,PutUserPasswordChangerResponse> handler)
Change a user’s password to a known value.Future<PutUserPasswordChangerResponse>
IdentityDomainsAsyncClient. putUserPasswordChanger(PutUserPasswordChangerRequest request, AsyncHandler<PutUserPasswordChangerRequest,PutUserPasswordChangerResponse> handler)
-
Uses of PutUserPasswordChangerResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutUserPasswordChangerResponse Modifier and Type Method Description PutUserPasswordChangerResponse
PutUserPasswordChangerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutUserPasswordChangerResponse Modifier and Type Method Description PutUserPasswordChangerResponse.Builder
PutUserPasswordChangerResponse.Builder. copy(PutUserPasswordChangerResponse o)
Copy method to populate the builder with values from the given instance.
-