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