Amazon.EC2.AmazonEC2Client.ModifySnapshotAttribute C# (CSharp) 메소드

ModifySnapshotAttribute() 개인적인 메소드

private ModifySnapshotAttribute ( ModifySnapshotAttributeRequest request ) : ModifySnapshotAttributeResponse
request ModifySnapshotAttributeRequest
리턴 ModifySnapshotAttributeResponse
        internal ModifySnapshotAttributeResponse ModifySnapshotAttribute(ModifySnapshotAttributeRequest request)
        {
            var marshaller = new ModifySnapshotAttributeRequestMarshaller();
            var unmarshaller = ModifySnapshotAttributeResponseUnmarshaller.Instance;

            return Invoke<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResponse>(request, marshaller, unmarshaller);
        }
AmazonEC2Client