Amazon.DirectoryService.AmazonDirectoryServiceClient.ListSchemaExtensions C# (CSharp) Method

ListSchemaExtensions() public method

Lists all schema extensions applied to a Microsoft AD Directory.
/// A client exception has occurred. /// /// The specified entity could not be found. /// /// The NextToken value is not valid. /// /// An exception has occurred in AWS Directory Service. ///
public ListSchemaExtensions ( ListSchemaExtensionsRequest request ) : ListSchemaExtensionsResponse
request Amazon.DirectoryService.Model.ListSchemaExtensionsRequest Container for the necessary parameters to execute the ListSchemaExtensions service method.
return Amazon.DirectoryService.Model.ListSchemaExtensionsResponse
        public ListSchemaExtensionsResponse ListSchemaExtensions(ListSchemaExtensionsRequest request)
        {
            var marshaller = new ListSchemaExtensionsRequestMarshaller();
            var unmarshaller = ListSchemaExtensionsResponseUnmarshaller.Instance;

            return Invoke<ListSchemaExtensionsRequest,ListSchemaExtensionsResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient