Uses of Class
software.amazon.awssdk.services.repostspace.model.ListSpacesRequest
-
Packages that use ListSpacesRequest 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.paginators software.amazon.awssdk.services.repostspace.transform -
-
Uses of ListSpacesRequest in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace with parameters of type ListSpacesRequest Modifier and Type Method Description default CompletableFuture<ListSpacesResponse>RepostspaceAsyncClient. listSpaces(ListSpacesRequest 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(ListSpacesRequest 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(ListSpacesRequest 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(ListSpacesRequest 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 in software.amazon.awssdk.services.repostspace.paginators
Constructors in software.amazon.awssdk.services.repostspace.paginators with parameters of type ListSpacesRequest Constructor Description ListSpacesIterable(RepostspaceClient client, ListSpacesRequest firstRequest)ListSpacesPublisher(RepostspaceAsyncClient client, ListSpacesRequest firstRequest) -
Uses of ListSpacesRequest in software.amazon.awssdk.services.repostspace.transform
Methods in software.amazon.awssdk.services.repostspace.transform with parameters of type ListSpacesRequest Modifier and Type Method Description SdkHttpFullRequestListSpacesRequestMarshaller. marshall(ListSpacesRequest listSpacesRequest)
-