Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerFleet
-
Packages that use ContainerFleet Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of ContainerFleet in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerFleet Modifier and Type Method Description ContainerFleetCreateContainerFleetResponse. containerFleet()The properties for the new container fleet, including current status.ContainerFleetDescribeContainerFleetResponse. containerFleet()The properties for the requested container fleet, including current status.ContainerFleetUpdateContainerFleetResponse. containerFleet()A collection of container fleet objects for all fleets that match the request criteria.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerFleet Modifier and Type Method Description List<ContainerFleet>ListContainerFleetsResponse. containerFleets()A collection of container fleet objects for all fleets that match the request criteria.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerFleet Modifier and Type Method Description CreateContainerFleetResponse.BuilderCreateContainerFleetResponse.Builder. containerFleet(ContainerFleet containerFleet)The properties for the new container fleet, including current status.DescribeContainerFleetResponse.BuilderDescribeContainerFleetResponse.Builder. containerFleet(ContainerFleet containerFleet)The properties for the requested container fleet, including current status.UpdateContainerFleetResponse.BuilderUpdateContainerFleetResponse.Builder. containerFleet(ContainerFleet containerFleet)A collection of container fleet objects for all fleets that match the request criteria.ListContainerFleetsResponse.BuilderListContainerFleetsResponse.Builder. containerFleets(ContainerFleet... containerFleets)A collection of container fleet objects for all fleets that match the request criteria.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerFleet Modifier and Type Method Description ListContainerFleetsResponse.BuilderListContainerFleetsResponse.Builder. containerFleets(Collection<ContainerFleet> containerFleets)A collection of container fleet objects for all fleets that match the request criteria. -
Uses of ContainerFleet in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type ContainerFleet Modifier and Type Method Description SdkIterable<ContainerFleet>ListContainerFleetsIterable. containerFleets()Returns an iterable to iterate through the paginatedListContainerFleetsResponse.containerFleets()member.SdkPublisher<ContainerFleet>ListContainerFleetsPublisher. containerFleets()Returns a publisher that can be used to get a stream of data.
-