Uses of Class
com.oracle.bmc.identitydomains.model.ApiKey
-
Packages that use ApiKey Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of ApiKey in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApiKey Modifier and Type Method Description ApiKey
ApiKey.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>
ApiKeys. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type ApiKey Modifier and Type Method Description ApiKey.Builder
ApiKey.Builder. copy(ApiKey model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type ApiKey Modifier and Type Method Description ApiKeys.Builder
ApiKeys.Builder. resources(List<ApiKey> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of ApiKey in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ApiKey Modifier and Type Method Description ApiKey
CreateApiKeyRequest. getApiKey()
ApiKey schema.ApiKey
CreateApiKeyRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type ApiKey Modifier and Type Method Description CreateApiKeyRequest.Builder
CreateApiKeyRequest.Builder. apiKey(ApiKey apiKey)
ApiKey schema.CreateApiKeyRequest.Builder
CreateApiKeyRequest.Builder. body$(ApiKey body)
Alternative setter for the body parameter. -
Uses of ApiKey in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ApiKey Modifier and Type Method Description ApiKey
CreateApiKeyResponse. getApiKey()
The returned ApiKey instance.ApiKey
GetApiKeyResponse. getApiKey()
The returned ApiKey instance.ApiKey
PatchApiKeyResponse. getApiKey()
The returned ApiKey instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ApiKey Modifier and Type Method Description CreateApiKeyResponse.Builder
CreateApiKeyResponse.Builder. apiKey(ApiKey apiKey)
The returned ApiKey instance.GetApiKeyResponse.Builder
GetApiKeyResponse.Builder. apiKey(ApiKey apiKey)
The returned ApiKey instance.PatchApiKeyResponse.Builder
PatchApiKeyResponse.Builder. apiKey(ApiKey apiKey)
The returned ApiKey instance.
-