Amazon.KeyManagementService.AmazonKeyManagementServiceClient.ListKeys C# (CSharp) Méthode

ListKeys() public méthode

Lists the customer master keys.
/// 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 ListKeys ( ListKeysRequest request ) : ListKeysResponse
request ListKeysRequest Container for the necessary parameters to execute the ListKeys service method.
Résultat ListKeysResponse
        public ListKeysResponse ListKeys(ListKeysRequest request)
        {
            var marshaller = new ListKeysRequestMarshaller();
            var unmarshaller = ListKeysResponseUnmarshaller.Instance;

            return Invoke<ListKeysRequest,ListKeysResponse>(request, marshaller, unmarshaller);
        }
AmazonKeyManagementServiceClient