Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeChangeSetHooksRequest.Builder
Packages that use DescribeChangeSetHooksRequest.Builder
Package
Description
-
Uses of DescribeChangeSetHooksRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DescribeChangeSetHooksRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.describeChangeSetHooks(Consumer<DescribeChangeSetHooksRequest.Builder> describeChangeSetHooksRequest) Returns Hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.default DescribeChangeSetHooksResponseCloudFormationClient.describeChangeSetHooks(Consumer<DescribeChangeSetHooksRequest.Builder> describeChangeSetHooksRequest) Returns Hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set. -
Uses of DescribeChangeSetHooksRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeChangeSetHooksRequest.BuilderModifier and TypeMethodDescriptionDescribeChangeSetHooksRequest.builder()DescribeChangeSetHooksRequest.Builder.changeSetName(String changeSetName) The name or Amazon Resource Name (ARN) of the change set that you want to describe.DescribeChangeSetHooksRequest.Builder.logicalResourceId(String logicalResourceId) If specified, lists only the Hooks related to the specifiedLogicalResourceId.The token for the next set of items to return.DescribeChangeSetHooksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeChangeSetHooksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.DescribeChangeSetHooksRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeChangeSetHooksRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeChangeSetHooksRequest.Builder>DescribeChangeSetHooksRequest.serializableBuilderClass()