Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.GetResourceResponse
Packages that use GetResourceResponse
Package
Description
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
-
Uses of GetResourceResponse in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that return GetResourceResponseModifier and TypeMethodDescriptiondefault GetResourceResponseCloudControlClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Returns information about the current state of the specified resource.default GetResourceResponseCloudControlClient.getResource(GetResourceRequest getResourceRequest) Returns information about the current state of the specified resource.Methods in software.amazon.awssdk.services.cloudcontrol that return types with arguments of type GetResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetResourceResponse>CloudControlAsyncClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Returns information about the current state of the specified resource.default CompletableFuture<GetResourceResponse>CloudControlAsyncClient.getResource(GetResourceRequest getResourceRequest) Returns information about the current state of the specified resource.