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