Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListResourceScanRelatedResourcesRequest.Builder
Packages that use ListResourceScanRelatedResourcesRequest.Builder
Package
Description
-
Uses of ListResourceScanRelatedResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListResourceScanRelatedResourcesRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.listResourceScanRelatedResources(Consumer<ListResourceScanRelatedResourcesRequest.Builder> listResourceScanRelatedResourcesRequest) Lists the related resources for a list of resources from a resource scan.CloudFormationClient.listResourceScanRelatedResources(Consumer<ListResourceScanRelatedResourcesRequest.Builder> listResourceScanRelatedResourcesRequest) Lists the related resources for a list of resources from a resource scan.CloudFormationAsyncClient.listResourceScanRelatedResourcesPaginator(Consumer<ListResourceScanRelatedResourcesRequest.Builder> listResourceScanRelatedResourcesRequest) CloudFormationClient.listResourceScanRelatedResourcesPaginator(Consumer<ListResourceScanRelatedResourcesRequest.Builder> listResourceScanRelatedResourcesRequest) -
Uses of ListResourceScanRelatedResourcesRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListResourceScanRelatedResourcesRequest.BuilderModifier and TypeMethodDescriptionListResourceScanRelatedResourcesRequest.builder()ListResourceScanRelatedResourcesRequest.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.ListResourceScanRelatedResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListResourceScanRelatedResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListResourceScanRelatedResourcesRequest.Builder.resources(Collection<ScannedResourceIdentifier> resources) The list of resources for which you want to get the related resources.ListResourceScanRelatedResourcesRequest.Builder.resources(Consumer<ScannedResourceIdentifier.Builder>... resources) The list of resources for which you want to get the related resources.ListResourceScanRelatedResourcesRequest.Builder.resources(ScannedResourceIdentifier... resources) The list of resources for which you want to get the related resources.ListResourceScanRelatedResourcesRequest.Builder.resourceScanId(String resourceScanId) The Amazon Resource Name (ARN) of the resource scan.ListResourceScanRelatedResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListResourceScanRelatedResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListResourceScanRelatedResourcesRequest.Builder>ListResourceScanRelatedResourcesRequest.serializableBuilderClass()