Uses of Interface
software.amazon.awssdk.services.finspace.model.ListKxEnvironmentsRequest.Builder
-
Packages that use ListKxEnvironmentsRequest.Builder Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.model -
-
Uses of ListKxEnvironmentsRequest.Builder in software.amazon.awssdk.services.finspace
-
Uses of ListKxEnvironmentsRequest.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return ListKxEnvironmentsRequest.Builder Modifier and Type Method Description static ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest. builder()ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this request.ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest.Builder. nextToken(String nextToken)A token that indicates where a results page should begin.ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKxEnvironmentsRequest.BuilderListKxEnvironmentsRequest. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type ListKxEnvironmentsRequest.Builder Modifier and Type Method Description static Class<? extends ListKxEnvironmentsRequest.Builder>ListKxEnvironmentsRequest. serializableBuilderClass()
-