Uses of Class
software.amazon.awssdk.services.gamelift.model.FleetDeployment
-
Packages that use FleetDeployment Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of FleetDeployment in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return FleetDeployment Modifier and Type Method Description FleetDeploymentDescribeFleetDeploymentResponse. fleetDeployment()The requested deployment information.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type FleetDeployment Modifier and Type Method Description List<FleetDeployment>ListFleetDeploymentsResponse. fleetDeployments()The requested deployment information.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type FleetDeployment Modifier and Type Method Description DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse.Builder. fleetDeployment(FleetDeployment fleetDeployment)The requested deployment information.ListFleetDeploymentsResponse.BuilderListFleetDeploymentsResponse.Builder. fleetDeployments(FleetDeployment... fleetDeployments)The requested deployment information.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type FleetDeployment Modifier and Type Method Description ListFleetDeploymentsResponse.BuilderListFleetDeploymentsResponse.Builder. fleetDeployments(Collection<FleetDeployment> fleetDeployments)The requested deployment information. -
Uses of FleetDeployment in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type FleetDeployment Modifier and Type Method Description SdkIterable<FleetDeployment>ListFleetDeploymentsIterable. fleetDeployments()Returns an iterable to iterate through the paginatedListFleetDeploymentsResponse.fleetDeployments()member.SdkPublisher<FleetDeployment>ListFleetDeploymentsPublisher. fleetDeployments()Returns a publisher that can be used to get a stream of data.
-