Uses of Class
software.amazon.awssdk.services.repostspace.model.GetSpaceResponse
-
Packages that use GetSpaceResponse 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. -
-
Uses of GetSpaceResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return GetSpaceResponse Modifier and Type Method Description default GetSpaceResponseRepostspaceClient. getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest)Displays information about the AWS re:Post Private private re:Post.default GetSpaceResponseRepostspaceClient. getSpace(GetSpaceRequest getSpaceRequest)Displays information about the AWS re:Post Private private re:Post.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type GetSpaceResponse Modifier and Type Method Description default CompletableFuture<GetSpaceResponse>RepostspaceAsyncClient. getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest)Displays information about the AWS re:Post Private private re:Post.default CompletableFuture<GetSpaceResponse>RepostspaceAsyncClient. getSpace(GetSpaceRequest getSpaceRequest)Displays information about the AWS re:Post Private private re:Post.
-