Uses of Class
com.oracle.bmc.identity.requests.UpdateAuthenticationPolicyRequest
-
Packages that use UpdateAuthenticationPolicyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateAuthenticationPolicyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateAuthenticationPolicyRequest Modifier and Type Method Description UpdateAuthenticationPolicyResponse
Identity. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request)
Updates authentication policy for the specified tenancy.Future<UpdateAuthenticationPolicyResponse>
IdentityAsync. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)
Updates authentication policy for the specified tenancy.Future<UpdateAuthenticationPolicyResponse>
IdentityAsyncClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)
UpdateAuthenticationPolicyResponse
IdentityClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateAuthenticationPolicyRequest Modifier and Type Method Description Future<UpdateAuthenticationPolicyResponse>
IdentityAsync. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)
Updates authentication policy for the specified tenancy.Future<UpdateAuthenticationPolicyResponse>
IdentityAsyncClient. updateAuthenticationPolicy(UpdateAuthenticationPolicyRequest request, AsyncHandler<UpdateAuthenticationPolicyRequest,UpdateAuthenticationPolicyResponse> handler)
-
Uses of UpdateAuthenticationPolicyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateAuthenticationPolicyRequest Modifier and Type Method Description UpdateAuthenticationPolicyRequest
UpdateAuthenticationPolicyRequest.Builder. build()
Build the instance of UpdateAuthenticationPolicyRequest as configured by this builderUpdateAuthenticationPolicyRequest
UpdateAuthenticationPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAuthenticationPolicyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateAuthenticationPolicyRequest Modifier and Type Method Description UpdateAuthenticationPolicyRequest.Builder
UpdateAuthenticationPolicyRequest.Builder. copy(UpdateAuthenticationPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-