Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.ListRoles C# (CSharp) Метод

ListRoles() публичный Метод

Lists the IAM roles that have the specified path prefix. If there are none, the action returns an empty list. For more information about roles, go to Working with Roles.

You can paginate the results using the MaxItems and Marker parameters.

/// The request processing has failed because of an unknown error, exception or failure. ///
public ListRoles ( ListRolesRequest request ) : ListRolesResponse
request ListRolesRequest Container for the necessary parameters to execute the ListRoles service method.
Результат ListRolesResponse
        public ListRolesResponse ListRoles(ListRolesRequest request)
        {
            var marshaller = new ListRolesRequestMarshaller();
            var unmarshaller = ListRolesResponseUnmarshaller.Instance;

            return Invoke<ListRolesRequest,ListRolesResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonIdentityManagementServiceClient::ListRoles ( ) : ListRolesResponse
AmazonIdentityManagementServiceClient