Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackSetOperationsRequest.Builder
Packages that use ListStackSetOperationsRequest.Builder
Package
Description
-
Uses of ListStackSetOperationsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackSetOperationsRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest) Returns summary information about operations performed on a StackSet.default ListStackSetOperationsResponseCloudFormationClient.listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest) Returns summary information about operations performed on a StackSet.default ListStackSetOperationsPublisherCloudFormationAsyncClient.listStackSetOperationsPaginator(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest) default ListStackSetOperationsIterableCloudFormationClient.listStackSetOperationsPaginator(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest) This is a variant ofCloudFormationClient.listStackSetOperations(software.amazon.awssdk.services.cloudformation.model.ListStackSetOperationsRequest)operation. -
Uses of ListStackSetOperationsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackSetOperationsRequest.BuilderModifier and TypeMethodDescriptionListStackSetOperationsRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.ListStackSetOperationsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to be returned with a single call.The token for the next set of items to return.ListStackSetOperationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListStackSetOperationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListStackSetOperationsRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet that you want to get operation summaries for.ListStackSetOperationsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackSetOperationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListStackSetOperationsRequest.Builder>ListStackSetOperationsRequest.serializableBuilderClass()