Uses of Class
com.amazonaws.services.kms.model.ListKeysResult
Packages that use ListKeysResult
-
Uses of ListKeysResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ListKeysResultModifier and TypeMethodDescriptionAbstractAWSKMS.listKeys()
AbstractAWSKMS.listKeys
(ListKeysRequest request) AWSKMS.listKeys()
Simplified method form for invoking the ListKeys operation.AWSKMS.listKeys
(ListKeysRequest listKeysRequest) Lists the customer master keys.AWSKMSClient.listKeys()
AWSKMSClient.listKeys
(ListKeysRequest listKeysRequest) Lists the customer master keys.Methods in com.amazonaws.services.kms that return types with arguments of type ListKeysResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listKeysAsync()
Simplified method form for invoking the ListKeys operation.AbstractAWSKMSAsync.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AbstractAWSKMSAsync.listKeysAsync
(ListKeysRequest request) AbstractAWSKMSAsync.listKeysAsync
(ListKeysRequest request, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) AWSKMSAsync.listKeysAsync()
Simplified method form for invoking the ListKeys operation.AWSKMSAsync.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AWSKMSAsync.listKeysAsync
(ListKeysRequest listKeysRequest) Lists the customer master keys.AWSKMSAsync.listKeysAsync
(ListKeysRequest listKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Lists the customer master keys.AWSKMSAsyncClient.listKeysAsync()
Simplified method form for invoking the ListKeys operation.AWSKMSAsyncClient.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AWSKMSAsyncClient.listKeysAsync
(ListKeysRequest request) AWSKMSAsyncClient.listKeysAsync
(ListKeysRequest request, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ListKeysResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AbstractAWSKMSAsync.listKeysAsync
(ListKeysRequest request, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) AWSKMSAsync.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AWSKMSAsync.listKeysAsync
(ListKeysRequest listKeysRequest, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Lists the customer master keys.AWSKMSAsyncClient.listKeysAsync
(AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) Simplified method form for invoking the ListKeys operation with an AsyncHandler.AWSKMSAsyncClient.listKeysAsync
(ListKeysRequest request, AsyncHandler<ListKeysRequest, ListKeysResult> asyncHandler) -
Uses of ListKeysResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListKeysResultModifier and TypeMethodDescriptionListKeysResult.clone()
ListKeysResult.withKeys
(KeyListEntry... keys) A list of keys.ListKeysResult.withKeys
(Collection<KeyListEntry> keys) A list of keys.ListKeysResult.withNextMarker
(String nextMarker) WhenTruncated
is true, this value is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListKeysResult.withTruncated
(Boolean truncated) A flag that indicates whether there are more items in the list.