Uses of Interface
software.amazon.awssdk.services.repostspace.model.ListSpacesRequest.Builder
-
Packages that use ListSpacesRequest.Builder Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans.software.amazon.awssdk.services.repostspace.model -
-
Uses of ListSpacesRequest.Builder in software.amazon.awssdk.services.repostspace
Method parameters in software.amazon.awssdk.services.repostspace with type arguments of type ListSpacesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSpacesResponse>RepostspaceAsyncClient. listSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest)Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.default ListSpacesResponseRepostspaceClient. listSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest)Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.default ListSpacesPublisherRepostspaceAsyncClient. listSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest)Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.default ListSpacesIterableRepostspaceClient. listSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest)Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post. -
Uses of ListSpacesRequest.Builder in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return ListSpacesRequest.Builder Modifier and Type Method Description static ListSpacesRequest.BuilderListSpacesRequest. builder()ListSpacesRequest.BuilderListSpacesRequest.Builder. maxResults(Integer maxResults)The maximum number of private re:Posts to include in the results.ListSpacesRequest.BuilderListSpacesRequest.Builder. nextToken(String nextToken)The token for the next set of private re:Posts to return.ListSpacesRequest.BuilderListSpacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSpacesRequest.BuilderListSpacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSpacesRequest.BuilderListSpacesRequest. toBuilder()Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type ListSpacesRequest.Builder Modifier and Type Method Description static Class<? extends ListSpacesRequest.Builder>ListSpacesRequest. serializableBuilderClass()
-