Uses of Interface
software.amazon.awssdk.services.gamelift.model.DescribeFleetDeploymentResponse.Builder
-
Packages that use DescribeFleetDeploymentResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of DescribeFleetDeploymentResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return DescribeFleetDeploymentResponse.Builder Modifier and Type Method Description static DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse. builder()default DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse.Builder. fleetDeployment(Consumer<FleetDeployment.Builder> fleetDeployment)The requested deployment information.DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse.Builder. fleetDeployment(FleetDeployment fleetDeployment)The requested deployment information.DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse.Builder. locationalDeployments(Map<String,LocationalDeployment> locationalDeployments)If the deployment is for a multi-location fleet, the requests returns the deployment status in each fleet location.DescribeFleetDeploymentResponse.BuilderDescribeFleetDeploymentResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type DescribeFleetDeploymentResponse.Builder Modifier and Type Method Description static Class<? extends DescribeFleetDeploymentResponse.Builder>DescribeFleetDeploymentResponse. serializableBuilderClass()
-