Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.GetResourceRequest.Builder
Packages that use GetResourceRequest.Builder
Package
Description
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
-
Uses of GetResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol
Method parameters in software.amazon.awssdk.services.cloudcontrol with type arguments of type GetResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetResourceResponse>CloudControlAsyncClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Returns information about the current state of the specified resource.default GetResourceResponseCloudControlClient.getResource(Consumer<GetResourceRequest.Builder> getResourceRequest) Returns information about the current state of the specified resource. -
Uses of GetResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return GetResourceRequest.BuilderModifier and TypeMethodDescriptionstatic GetResourceRequest.BuilderGetResourceRequest.builder()GetResourceRequest.Builder.identifier(String identifier) The identifier for the resource.GetResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation.GetResourceRequest.toBuilder()The name of the resource type.GetResourceRequest.Builder.typeVersionId(String typeVersionId) For private resource types, the type version to use in this resource operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type GetResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourceRequest.Builder>GetResourceRequest.serializableBuilderClass()