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