Uses of Class
com.oracle.bmc.identity.model.UpdateAuthenticationPolicyDetails
-
Packages that use UpdateAuthenticationPolicyDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateAuthenticationPolicyDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateAuthenticationPolicyDetails Modifier and Type Method Description UpdateAuthenticationPolicyDetails
UpdateAuthenticationPolicyDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateAuthenticationPolicyDetails Modifier and Type Method Description UpdateAuthenticationPolicyDetails.Builder
UpdateAuthenticationPolicyDetails.Builder. copy(UpdateAuthenticationPolicyDetails model)
-
Uses of UpdateAuthenticationPolicyDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateAuthenticationPolicyDetails Modifier and Type Method Description UpdateAuthenticationPolicyDetails
UpdateAuthenticationPolicyRequest. getBody$()
Alternative accessor for the body parameter.UpdateAuthenticationPolicyDetails
UpdateAuthenticationPolicyRequest. getUpdateAuthenticationPolicyDetails()
Request object for updating the authentication policy.Methods in com.oracle.bmc.identity.requests with parameters of type UpdateAuthenticationPolicyDetails Modifier and Type Method Description UpdateAuthenticationPolicyRequest.Builder
UpdateAuthenticationPolicyRequest.Builder. body$(UpdateAuthenticationPolicyDetails body)
Alternative setter for the body parameter.UpdateAuthenticationPolicyRequest.Builder
UpdateAuthenticationPolicyRequest.Builder. updateAuthenticationPolicyDetails(UpdateAuthenticationPolicyDetails updateAuthenticationPolicyDetails)
Request object for updating the authentication policy.
-