Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.GetResourceResponse
-
Packages that use GetResourceResponse Package Description software.amazon.awssdk.services.cloudcontrol 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 GetResourceResponse Modifier and Type Method Description default 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 GetResourceResponse Modifier and Type Method Description default 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.
-