Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.ListResourcesRequest.Builder
Packages that use ListResourcesRequest.Builder
Package
Description
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
-
Uses of ListResourcesRequest.Builder in software.amazon.awssdk.services.cloudcontrol
Method parameters in software.amazon.awssdk.services.cloudcontrol with type arguments of type ListResourcesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListResourcesResponse>CloudControlAsyncClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest) Returns information about the specified resources.default ListResourcesResponseCloudControlClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest) Returns information about the specified resources.default ListResourcesPublisherCloudControlAsyncClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest) This is a variant ofCloudControlAsyncClient.listResources(software.amazon.awssdk.services.cloudcontrol.model.ListResourcesRequest)operation.default ListResourcesIterableCloudControlClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest) This is a variant ofCloudControlClient.listResources(software.amazon.awssdk.services.cloudcontrol.model.ListResourcesRequest)operation. -
Uses of ListResourcesRequest.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ListResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic ListResourcesRequest.BuilderListResourcesRequest.builder()ListResourcesRequest.Builder.maxResults(Integer maxResults) Reserved.If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token.ListResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListResourcesRequest.Builder.resourceModel(String resourceModel) The resource model to use to select the resources to return.The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation.ListResourcesRequest.toBuilder()The name of the resource type.ListResourcesRequest.Builder.typeVersionId(String typeVersionId) For private resource types, the type version to use in this resource operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type ListResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListResourcesRequest.Builder>ListResourcesRequest.serializableBuilderClass()