Uses of Interface
software.amazon.awssdk.services.groundstation.model.ListGroundStationsRequest.Builder
-
Packages that use ListGroundStationsRequest.Builder Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.model -
-
Uses of ListGroundStationsRequest.Builder in software.amazon.awssdk.services.groundstation
-
Uses of ListGroundStationsRequest.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return ListGroundStationsRequest.Builder Modifier and Type Method Description static ListGroundStationsRequest.BuilderListGroundStationsRequest. builder()ListGroundStationsRequest.BuilderListGroundStationsRequest.Builder. maxResults(Integer maxResults)Maximum number of ground stations returned.ListGroundStationsRequest.BuilderListGroundStationsRequest.Builder. nextToken(String nextToken)Next token that can be supplied in the next call to get the next page of ground stations.ListGroundStationsRequest.BuilderListGroundStationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGroundStationsRequest.BuilderListGroundStationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGroundStationsRequest.BuilderListGroundStationsRequest.Builder. satelliteId(String satelliteId)Satellite ID to retrieve on-boarded ground stations.ListGroundStationsRequest.BuilderListGroundStationsRequest. toBuilder()Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type ListGroundStationsRequest.Builder Modifier and Type Method Description static Class<? extends ListGroundStationsRequest.Builder>ListGroundStationsRequest. serializableBuilderClass()
-