Uses of Class
com.oracle.bmc.identitydomains.requests.PatchPasswordPolicyRequest
-
Packages that use PatchPasswordPolicyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchPasswordPolicyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchPasswordPolicyRequest Modifier and Type Method Description PatchPasswordPolicyResponse
IdentityDomains. patchPasswordPolicy(PatchPasswordPolicyRequest request)
Update a password policy.Future<PatchPasswordPolicyResponse>
IdentityDomainsAsync. patchPasswordPolicy(PatchPasswordPolicyRequest request, AsyncHandler<PatchPasswordPolicyRequest,PatchPasswordPolicyResponse> handler)
Update a password policy.Future<PatchPasswordPolicyResponse>
IdentityDomainsAsyncClient. patchPasswordPolicy(PatchPasswordPolicyRequest request, AsyncHandler<PatchPasswordPolicyRequest,PatchPasswordPolicyResponse> handler)
PatchPasswordPolicyResponse
IdentityDomainsClient. patchPasswordPolicy(PatchPasswordPolicyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchPasswordPolicyRequest 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 PatchPasswordPolicyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchPasswordPolicyRequest Modifier and Type Method Description PatchPasswordPolicyRequest
PatchPasswordPolicyRequest.Builder. build()
Build the instance of PatchPasswordPolicyRequest as configured by this builderPatchPasswordPolicyRequest
PatchPasswordPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchPasswordPolicyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchPasswordPolicyRequest Modifier and Type Method Description PatchPasswordPolicyRequest.Builder
PatchPasswordPolicyRequest.Builder. copy(PatchPasswordPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-