Amazon.Redshift.AmazonRedshiftClient.CreateClusterSubnetGroup C# (CSharp) Метод

CreateClusterSubnetGroup() приватный Метод

private CreateClusterSubnetGroup ( CreateClusterSubnetGroupRequest request ) : CreateClusterSubnetGroupResponse
request Amazon.Redshift.Model.CreateClusterSubnetGroupRequest
Результат 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