Uses of Class
com.oracle.bmc.identitydomains.model.MyApiKey
-
Packages that use MyApiKey Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of MyApiKey in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyApiKey Modifier and Type Method Description MyApiKey
MyApiKey.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MyApiKey Modifier and Type Method Description List<MyApiKey>
MyApiKeys. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyApiKey Modifier and Type Method Description MyApiKey.Builder
MyApiKey.Builder. copy(MyApiKey model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MyApiKey Modifier and Type Method Description MyApiKeys.Builder
MyApiKeys.Builder. resources(List<MyApiKey> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of MyApiKey in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return MyApiKey Modifier and Type Method Description MyApiKey
CreateMyApiKeyRequest. getBody$()
Alternative accessor for the body parameter.MyApiKey
CreateMyApiKeyRequest. getMyApiKey()
MyApiKey schema.Methods in com.oracle.bmc.identitydomains.requests with parameters of type MyApiKey Modifier and Type Method Description CreateMyApiKeyRequest.Builder
CreateMyApiKeyRequest.Builder. body$(MyApiKey body)
Alternative setter for the body parameter.CreateMyApiKeyRequest.Builder
CreateMyApiKeyRequest.Builder. myApiKey(MyApiKey myApiKey)
MyApiKey schema. -
Uses of MyApiKey in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MyApiKey Modifier and Type Method Description MyApiKey
CreateMyApiKeyResponse. getMyApiKey()
The returned MyApiKey instance.MyApiKey
GetMyApiKeyResponse. getMyApiKey()
The returned MyApiKey instance.MyApiKey
PatchMyApiKeyResponse. getMyApiKey()
The returned MyApiKey instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyApiKey Modifier and Type Method Description CreateMyApiKeyResponse.Builder
CreateMyApiKeyResponse.Builder. myApiKey(MyApiKey myApiKey)
The returned MyApiKey instance.GetMyApiKeyResponse.Builder
GetMyApiKeyResponse.Builder. myApiKey(MyApiKey myApiKey)
The returned MyApiKey instance.PatchMyApiKeyResponse.Builder
PatchMyApiKeyResponse.Builder. myApiKey(MyApiKey myApiKey)
The returned MyApiKey instance.
-