Uses of Class
software.amazon.awssdk.services.codecatalyst.model.GetSpaceResponse
-
Packages that use GetSpaceResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference. -
-
Uses of GetSpaceResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return GetSpaceResponse Modifier and Type Method Description default GetSpaceResponseCodeCatalystClient. getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest)Returns information about an space.default GetSpaceResponseCodeCatalystClient. getSpace(GetSpaceRequest getSpaceRequest)Returns information about an space.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type GetSpaceResponse Modifier and Type Method Description default CompletableFuture<GetSpaceResponse>CodeCatalystAsyncClient. getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest)Returns information about an space.default CompletableFuture<GetSpaceResponse>CodeCatalystAsyncClient. getSpace(GetSpaceRequest getSpaceRequest)Returns information about an space.
-