Amazon.Redshift.AmazonRedshiftClient.CreateClusterSubnetGroup C# (CSharp) Méthode

CreateClusterSubnetGroup() private méthode

private CreateClusterSubnetGroup ( CreateClusterSubnetGroupRequest request ) : CreateClusterSubnetGroupResponse
request Amazon.Redshift.Model.CreateClusterSubnetGroupRequest
Résultat Amazon.Redshift.Model.CreateClusterSubnetGroupResponse
        internal CreateClusterSubnetGroupResponse CreateClusterSubnetGroup(CreateClusterSubnetGroupRequest request)
        {
            var marshaller = new CreateClusterSubnetGroupRequestMarshaller();
            var unmarshaller = CreateClusterSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<CreateClusterSubnetGroupRequest,CreateClusterSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRedshiftClient