Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest
Packages that use ListStackSetsRequest
Package
Description
-
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type ListStackSetsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListStackSetsResponse>CloudFormationAsyncClient.listStackSets(ListStackSetsRequest listStackSetsRequest) Returns summary information about StackSets that are associated with the user.default ListStackSetsResponseCloudFormationClient.listStackSets(ListStackSetsRequest listStackSetsRequest) Returns summary information about StackSets that are associated with the user.default ListStackSetsPublisherCloudFormationAsyncClient.listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest) This is a variant ofCloudFormationAsyncClient.listStackSets(software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest)operation.default ListStackSetsIterableCloudFormationClient.listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest) This is a variant ofCloudFormationClient.listStackSets(software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest)operation. -
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation.paginators
Constructors in software.amazon.awssdk.services.cloudformation.paginators with parameters of type ListStackSetsRequestModifierConstructorDescriptionListStackSetsIterable(CloudFormationClient client, ListStackSetsRequest firstRequest) ListStackSetsPublisher(CloudFormationAsyncClient client, ListStackSetsRequest firstRequest) -
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type ListStackSetsRequestModifier and TypeMethodDescriptionListStackSetsRequestMarshaller.marshall(ListStackSetsRequest listStackSetsRequest)