Uses of Class
com.oracle.bmc.identity.model.UpdateCustomerSecretKeyDetails
-
Packages that use UpdateCustomerSecretKeyDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateCustomerSecretKeyDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateCustomerSecretKeyDetails Modifier and Type Method Description UpdateCustomerSecretKeyDetails
UpdateCustomerSecretKeyDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateCustomerSecretKeyDetails Modifier and Type Method Description UpdateCustomerSecretKeyDetails.Builder
UpdateCustomerSecretKeyDetails.Builder. copy(UpdateCustomerSecretKeyDetails model)
-
Uses of UpdateCustomerSecretKeyDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateCustomerSecretKeyDetails Modifier and Type Method Description UpdateCustomerSecretKeyDetails
UpdateCustomerSecretKeyRequest. getBody$()
Alternative accessor for the body parameter.UpdateCustomerSecretKeyDetails
UpdateCustomerSecretKeyRequest. getUpdateCustomerSecretKeyDetails()
Request object for updating a secret key.Methods in com.oracle.bmc.identity.requests with parameters of type UpdateCustomerSecretKeyDetails Modifier and Type Method Description UpdateCustomerSecretKeyRequest.Builder
UpdateCustomerSecretKeyRequest.Builder. body$(UpdateCustomerSecretKeyDetails body)
Alternative setter for the body parameter.UpdateCustomerSecretKeyRequest.Builder
UpdateCustomerSecretKeyRequest.Builder. updateCustomerSecretKeyDetails(UpdateCustomerSecretKeyDetails updateCustomerSecretKeyDetails)
Request object for updating a secret key.
-