Package | Description |
---|---|
com.amazonaws.services.gamelift | |
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateFleetPortSettingsResult> |
AmazonGameLiftAsyncClient.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler) |
Future<UpdateFleetPortSettingsResult> |
AmazonGameLiftAsync.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest updateFleetPortSettingsRequest,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler)
Updates port settings for a fleet.
|
Future<UpdateFleetPortSettingsResult> |
AbstractAmazonGameLiftAsync.updateFleetPortSettingsAsync(UpdateFleetPortSettingsRequest request,
AsyncHandler<UpdateFleetPortSettingsRequest,UpdateFleetPortSettingsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.clone() |
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
Copyright © 2018. All rights reserved.