Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ListTagsForResourceRequest.Builder
-
Packages that use ListTagsForResourceRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.codepipeline
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ListTagsForResourceRequest.Builder Modifier and Type Method Description static ListTagsForResourceRequest.BuilderListTagsForResourceRequest. builder()ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. nextToken(String nextToken)The token that was returned from the previous API call, which would be used to return the next page of the list.ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderListTagsForResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource to get tags for.ListTagsForResourceRequest.BuilderListTagsForResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ListTagsForResourceRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest. serializableBuilderClass()
-