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