Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackResourceRequest.Builder
Packages that use DescribeStackResourceRequest.Builder
Package
Description
-
Uses of DescribeStackResourceRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeStackResourceRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.describeStackResource(Consumer<DescribeStackResourceRequest.Builder> describeStackResourceRequest) Returns a description of the specified resource in the specified stack.default DescribeStackResourceResponseCloudFormationClient.describeStackResource(Consumer<DescribeStackResourceRequest.Builder> describeStackResourceRequest) Returns a description of the specified resource in the specified stack. -
Uses of DescribeStackResourceRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackResourceRequest.BuilderModifier and TypeMethodDescriptionDescribeStackResourceRequest.builder()DescribeStackResourceRequest.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource as specified in the template.DescribeStackResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeStackResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name or the unique stack ID that's associated with the stack, which aren't always interchangeable:DescribeStackResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStackResourceRequest.Builder>DescribeStackResourceRequest.serializableBuilderClass()