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