Uses of Class
com.amazonaws.services.kms.model.ListAliasesResult
Packages that use ListAliasesResult
-
Uses of ListAliasesResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return ListAliasesResultModifier and TypeMethodDescriptionAbstractAWSKMS.listAliases()AbstractAWSKMS.listAliases(ListAliasesRequest request) AWSKMS.listAliases()Simplified method form for invoking the ListAliases operation.AWSKMS.listAliases(ListAliasesRequest listAliasesRequest) Lists all of the key aliases in the account.AWSKMSClient.listAliases()AWSKMSClient.listAliases(ListAliasesRequest listAliasesRequest) Lists all of the key aliases in the account.Methods in com.amazonaws.services.kms that return types with arguments of type ListAliasesResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listAliasesAsync()Simplified method form for invoking the ListAliases operation.AbstractAWSKMSAsync.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AbstractAWSKMSAsync.listAliasesAsync(ListAliasesRequest request) AbstractAWSKMSAsync.listAliasesAsync(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) AWSKMSAsync.listAliasesAsync()Simplified method form for invoking the ListAliases operation.AWSKMSAsync.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AWSKMSAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest) Lists all of the key aliases in the account.AWSKMSAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Lists all of the key aliases in the account.AWSKMSAsyncClient.listAliasesAsync()Simplified method form for invoking the ListAliases operation.AWSKMSAsyncClient.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AWSKMSAsyncClient.listAliasesAsync(ListAliasesRequest request) AWSKMSAsyncClient.listAliasesAsync(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type ListAliasesResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AbstractAWSKMSAsync.listAliasesAsync(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) AWSKMSAsync.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AWSKMSAsync.listAliasesAsync(ListAliasesRequest listAliasesRequest, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Lists all of the key aliases in the account.AWSKMSAsyncClient.listAliasesAsync(AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) Simplified method form for invoking the ListAliases operation with an AsyncHandler.AWSKMSAsyncClient.listAliasesAsync(ListAliasesRequest request, AsyncHandler<ListAliasesRequest, ListAliasesResult> asyncHandler) -
Uses of ListAliasesResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return ListAliasesResultModifier and TypeMethodDescriptionListAliasesResult.clone()ListAliasesResult.withAliases(AliasListEntry... aliases) A list of key aliases in the user's account.ListAliasesResult.withAliases(Collection<AliasListEntry> aliases) A list of key aliases in the user's account.ListAliasesResult.withNextMarker(String nextMarker) WhenTruncatedis true, this value is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListAliasesResult.withTruncated(Boolean truncated) A flag that indicates whether there are more items in the list.