Amazon.EC2.AmazonEC2Client.ModifySnapshotAttribute C# (CSharp) Méthode

ModifySnapshotAttribute() private méthode

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

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