Package | Description |
---|---|
com.oracle.bmc.identitydomains.model | |
com.oracle.bmc.identitydomains.requests | |
com.oracle.bmc.identitydomains.responses |
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKey.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ApiKey> |
ApiKeys.getResources()
A multi-valued list of complex objects containing the requested resources.
|
Modifier and Type | Method and Description |
---|---|
ApiKey.Builder |
ApiKey.Builder.copy(ApiKey model) |
Modifier and Type | Method and Description |
---|---|
ApiKeys.Builder |
ApiKeys.Builder.resources(List<ApiKey> resources)
A multi-valued list of complex objects containing the requested resources.
|
Constructor and Description |
---|
ApiKeys(List<String> schemas,
Integer totalResults,
List<ApiKey> resources,
Integer startIndex,
Integer itemsPerPage)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ApiKey |
CreateApiKeyRequest.getApiKey()
ApiKey schema.
|
ApiKey |
CreateApiKeyRequest.getBody$()
Alternative accessor for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.apiKey(ApiKey apiKey)
ApiKey schema.
|
CreateApiKeyRequest.Builder |
CreateApiKeyRequest.Builder.body$(ApiKey body)
Alternative setter for the body parameter.
|
Modifier and Type | Method and Description |
---|---|
ApiKey |
CreateApiKeyResponse.getApiKey()
The returned
ApiKey instance. |
ApiKey |
GetApiKeyResponse.getApiKey()
The returned
ApiKey instance. |
ApiKey |
PatchApiKeyResponse.getApiKey()
The returned
ApiKey instance. |
Modifier and Type | Method and 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. |
Copyright © 2016–2024. All rights reserved.