Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListAliases C# (CSharp) Method

ListAliases() public method

Lists all of the key aliases in the account.
/// The system timed out while trying to fulfill the request. The request can be retried. /// /// The request was rejected because the marker that specifies where pagination should /// next begin is not valid. /// /// The request was rejected because an internal exception occurred. The request can be /// retried. ///
public ListAliases ( ListAliasesRequest request ) : ListAliasesResponse
request ListAliasesRequest Container for the necessary parameters to execute the ListAliases service method.
return ListAliasesResponse
        public ListAliasesResponse ListAliases(ListAliasesRequest request)
        {
            var marshaller = new ListAliasesRequestMarshaller();
            var unmarshaller = ListAliasesResponseUnmarshaller.Instance;

            return Invoke<ListAliasesRequest,ListAliasesResponse>(request, marshaller, unmarshaller);
        }
AmazonKeyManagementServiceClient