C# Class Amazon.GameLift.Model.UpdateFleetPortSettingsRequest

Container for the parameters to the UpdateFleetPortSettings operation. Updates port settings for a fleet. To update settings, specify the fleet ID to be updated and list the permissions you want to update. List the permissions you want to add in InboundPermissionAuthorizations, and permissions you want to remove in InboundPermissionRevocations. Permissions to be removed must match existing fleet permissions. If successful, the fleet ID for the updated fleet is returned.
Inheritance: AmazonGameLiftRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetFleetId ( ) : bool
IsSetInboundPermissionAuthorizations ( ) : bool
IsSetInboundPermissionRevocations ( ) : bool