Uses of Class
com.oracle.bmc.identitydomains.model.CustomerSecretKey
-
Packages that use CustomerSecretKey Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of CustomerSecretKey in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return CustomerSecretKey Modifier and Type Method Description CustomerSecretKey
CustomerSecretKey.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type CustomerSecretKey Modifier and Type Method Description List<CustomerSecretKey>
CustomerSecretKeys. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type CustomerSecretKey Modifier and Type Method Description CustomerSecretKey.Builder
CustomerSecretKey.Builder. copy(CustomerSecretKey model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type CustomerSecretKey Modifier and Type Method Description CustomerSecretKeys.Builder
CustomerSecretKeys.Builder. resources(List<CustomerSecretKey> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of CustomerSecretKey in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CustomerSecretKey Modifier and Type Method Description CustomerSecretKey
CreateCustomerSecretKeyRequest. getBody$()
Alternative accessor for the body parameter.CustomerSecretKey
CreateCustomerSecretKeyRequest. getCustomerSecretKey()
CustomerSecretKey schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type CustomerSecretKey Modifier and Type Method Description CreateCustomerSecretKeyRequest.Builder
CreateCustomerSecretKeyRequest.Builder. body$(CustomerSecretKey body)
Alternative setter for the body parameter.CreateCustomerSecretKeyRequest.Builder
CreateCustomerSecretKeyRequest.Builder. customerSecretKey(CustomerSecretKey customerSecretKey)
CustomerSecretKey schema. -
Uses of CustomerSecretKey in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CustomerSecretKey Modifier and Type Method Description CustomerSecretKey
CreateCustomerSecretKeyResponse. getCustomerSecretKey()
The returned CustomerSecretKey instance.CustomerSecretKey
GetCustomerSecretKeyResponse. getCustomerSecretKey()
The returned CustomerSecretKey instance.CustomerSecretKey
PatchCustomerSecretKeyResponse. getCustomerSecretKey()
The returned CustomerSecretKey instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CustomerSecretKey Modifier and Type Method Description CreateCustomerSecretKeyResponse.Builder
CreateCustomerSecretKeyResponse.Builder. customerSecretKey(CustomerSecretKey customerSecretKey)
The returned CustomerSecretKey instance.GetCustomerSecretKeyResponse.Builder
GetCustomerSecretKeyResponse.Builder. customerSecretKey(CustomerSecretKey customerSecretKey)
The returned CustomerSecretKey instance.PatchCustomerSecretKeyResponse.Builder
PatchCustomerSecretKeyResponse.Builder. customerSecretKey(CustomerSecretKey customerSecretKey)
The returned CustomerSecretKey instance.
-