Uses of Class
com.oracle.bmc.identitydomains.model.MyCustomerSecretKey
-
Packages that use MyCustomerSecretKey Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of MyCustomerSecretKey in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyCustomerSecretKey Modifier and Type Method Description MyCustomerSecretKey
MyCustomerSecretKey.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MyCustomerSecretKey Modifier and Type Method Description List<MyCustomerSecretKey>
MyCustomerSecretKeys. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyCustomerSecretKey Modifier and Type Method Description MyCustomerSecretKey.Builder
MyCustomerSecretKey.Builder. copy(MyCustomerSecretKey model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MyCustomerSecretKey Modifier and Type Method Description MyCustomerSecretKeys.Builder
MyCustomerSecretKeys.Builder. resources(List<MyCustomerSecretKey> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of MyCustomerSecretKey in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return MyCustomerSecretKey Modifier and Type Method Description MyCustomerSecretKey
CreateMyCustomerSecretKeyRequest. getBody$()
Alternative accessor for the body parameter.MyCustomerSecretKey
CreateMyCustomerSecretKeyRequest. getMyCustomerSecretKey()
MyCustomerSecretKey schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MyCustomerSecretKey Modifier and Type Method Description CreateMyCustomerSecretKeyRequest.Builder
CreateMyCustomerSecretKeyRequest.Builder. body$(MyCustomerSecretKey body)
Alternative setter for the body parameter.CreateMyCustomerSecretKeyRequest.Builder
CreateMyCustomerSecretKeyRequest.Builder. myCustomerSecretKey(MyCustomerSecretKey myCustomerSecretKey)
MyCustomerSecretKey schema. -
Uses of MyCustomerSecretKey in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MyCustomerSecretKey Modifier and Type Method Description MyCustomerSecretKey
CreateMyCustomerSecretKeyResponse. getMyCustomerSecretKey()
The returned MyCustomerSecretKey instance.MyCustomerSecretKey
GetMyCustomerSecretKeyResponse. getMyCustomerSecretKey()
The returned MyCustomerSecretKey instance.MyCustomerSecretKey
PatchMyCustomerSecretKeyResponse. getMyCustomerSecretKey()
The returned MyCustomerSecretKey instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyCustomerSecretKey Modifier and Type Method Description CreateMyCustomerSecretKeyResponse.Builder
CreateMyCustomerSecretKeyResponse.Builder. myCustomerSecretKey(MyCustomerSecretKey myCustomerSecretKey)
The returned MyCustomerSecretKey instance.GetMyCustomerSecretKeyResponse.Builder
GetMyCustomerSecretKeyResponse.Builder. myCustomerSecretKey(MyCustomerSecretKey myCustomerSecretKey)
The returned MyCustomerSecretKey instance.PatchMyCustomerSecretKeyResponse.Builder
PatchMyCustomerSecretKeyResponse.Builder. myCustomerSecretKey(MyCustomerSecretKey myCustomerSecretKey)
The returned MyCustomerSecretKey instance.
-