Uses of Class
software.amazon.awssdk.services.repostspace.model.ListSpacesResponse
-
Packages that use ListSpacesResponse 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 -
-
Uses of ListSpacesResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return ListSpacesResponse Modifier and Type Method Description 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 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.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type ListSpacesResponse 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 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. -
Uses of ListSpacesResponse in software.amazon.awssdk.services.repostspace.paginators
Methods in software.amazon.awssdk.services.repostspace.paginators that return types with arguments of type ListSpacesResponse Modifier and Type Method Description Iterator<ListSpacesResponse>ListSpacesIterable. iterator()Method parameters in software.amazon.awssdk.services.repostspace.paginators with type arguments of type ListSpacesResponse Modifier and Type Method Description voidListSpacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSpacesResponse> subscriber)
-