Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest.Builder
-
Packages that use ListStackSetsRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ListStackSetsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackSetsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStackSetsResponse>CloudFormationAsyncClient. listStackSets(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsResponseCloudFormationClient. listStackSets(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsPublisherCloudFormationAsyncClient. listStackSetsPaginator(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsIterableCloudFormationClient. listStackSetsPaginator(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest)Returns summary information about stack sets that are associated with the user. -
Uses of ListStackSetsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackSetsRequest.Builder Modifier and Type Method Description static ListStackSetsRequest.BuilderListStackSetsRequest. builder()ListStackSetsRequest.BuilderListStackSetsRequest.Builder. callAs(String callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.ListStackSetsRequest.BuilderListStackSetsRequest.Builder. callAs(CallAs callAs)[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.ListStackSetsRequest.BuilderListStackSetsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListStackSetsRequest.BuilderListStackSetsRequest.Builder. nextToken(String nextToken)If the previous paginated request didn't return all the remaining results, the response object'sNextTokenparameter value is set to a token.ListStackSetsRequest.BuilderListStackSetsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackSetsRequest.BuilderListStackSetsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackSetsRequest.BuilderListStackSetsRequest.Builder. status(String status)The status of the stack sets that you want to get summary information about.ListStackSetsRequest.BuilderListStackSetsRequest.Builder. status(StackSetStatus status)The status of the stack sets that you want to get summary information about.ListStackSetsRequest.BuilderListStackSetsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackSetsRequest.Builder Modifier and Type Method Description static Class<? extends ListStackSetsRequest.Builder>ListStackSetsRequest. serializableBuilderClass()
-