Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.responses |
Modifier and Type | Method and Description |
---|---|
ListKeysResponse |
KmsManagementClient.listKeys(ListKeysRequest request) |
ListKeysResponse |
KmsManagement.listKeys(ListKeysRequest request)
Lists the master encryption keys in the specified vault and compartment.
|
Modifier and Type | Method and Description |
---|---|
Future<ListKeysResponse> |
KmsManagementAsyncClient.listKeys(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResponse> handler) |
Future<ListKeysResponse> |
KmsManagementAsync.listKeys(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResponse> handler)
Lists the master encryption keys in the specified vault and compartment.
|
Iterable<ListKeysResponse> |
KmsManagementPaginators.listKeysResponseIterator(ListKeysRequest request)
Creates a new iterable which will iterate over the responses received from the listKeys
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListKeysResponse> |
KmsManagementAsyncClient.listKeys(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResponse> handler) |
Future<ListKeysResponse> |
KmsManagementAsync.listKeys(ListKeysRequest request,
AsyncHandler<ListKeysRequest,ListKeysResponse> handler)
Lists the master encryption keys in the specified vault and compartment.
|
Modifier and Type | Method and Description |
---|---|
ListKeysResponse |
ListKeysResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListKeysResponse.Builder |
ListKeysResponse.Builder.copy(ListKeysResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.