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