Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListResourceScanResourcesRequest.Builder
Packages that use ListResourceScanResourcesRequest.Builder
Package
Description
-
Uses of ListResourceScanResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListResourceScanResourcesRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.listResourceScanResources(Consumer<ListResourceScanResourcesRequest.Builder> listResourceScanResourcesRequest) Lists the resources from a resource scan.CloudFormationClient.listResourceScanResources(Consumer<ListResourceScanResourcesRequest.Builder> listResourceScanResourcesRequest) Lists the resources from a resource scan.CloudFormationAsyncClient.listResourceScanResourcesPaginator(Consumer<ListResourceScanResourcesRequest.Builder> listResourceScanResourcesRequest) CloudFormationClient.listResourceScanResourcesPaginator(Consumer<ListResourceScanResourcesRequest.Builder> listResourceScanResourcesRequest) -
Uses of ListResourceScanResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListResourceScanResourcesRequest.BuilderModifier and TypeMethodDescriptionListResourceScanResourcesRequest.builder()ListResourceScanResourcesRequest.Builder.maxResults(Integer maxResults) If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can use for theNextTokenparameter to get the next set of results.The token for the next set of items to return.ListResourceScanResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListResourceScanResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListResourceScanResourcesRequest.Builder.resourceIdentifier(String resourceIdentifier) If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).ListResourceScanResourcesRequest.Builder.resourceScanId(String resourceScanId) The Amazon Resource Name (ARN) of the resource scan.ListResourceScanResourcesRequest.Builder.resourceTypePrefix(String resourceTypePrefix) If specified, the returned resources will be of any of the resource types with the specified prefix.If specified, the returned resources will have a matching tag key.If specified, the returned resources will have a matching tag value.ListResourceScanResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListResourceScanResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListResourceScanResourcesRequest.Builder>ListResourceScanResourcesRequest.serializableBuilderClass()