Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackResourcesRequest.Builder
Packages that use DescribeStackResourcesRequest.Builder
Package
Description
-
Uses of DescribeStackResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeStackResourcesRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.describeStackResources(Consumer<DescribeStackResourcesRequest.Builder> describeStackResourcesRequest) Returns Amazon Web Services resource descriptions for running and deleted stacks.default DescribeStackResourcesResponseCloudFormationClient.describeStackResources(Consumer<DescribeStackResourcesRequest.Builder> describeStackResourcesRequest) Returns Amazon Web Services resource descriptions for running and deleted stacks. -
Uses of DescribeStackResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackResourcesRequest.BuilderModifier and TypeMethodDescriptionDescribeStackResourcesRequest.builder()DescribeStackResourcesRequest.Builder.logicalResourceId(String logicalResourceId) The logical name of the resource as specified in the template.DescribeStackResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeStackResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeStackResourcesRequest.Builder.physicalResourceId(String physicalResourceId) The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:DescribeStackResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStackResourcesRequest.Builder>DescribeStackResourcesRequest.serializableBuilderClass()