Uses of Interface
software.amazon.awssdk.services.ram.model.ListResourcesRequest.Builder
Packages that use ListResourcesRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListResourcesRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type ListResourcesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListResourcesResponse>RamAsyncClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest) Lists the resources that you added to a resource share or the resources that are shared with you.default ListResourcesResponseRamClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest) Lists the resources that you added to a resource share or the resources that are shared with you.default ListResourcesPublisherRamAsyncClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest) This is a variant ofRamAsyncClient.listResources(software.amazon.awssdk.services.ram.model.ListResourcesRequest)operation.default ListResourcesIterableRamClient.listResourcesPaginator(Consumer<ListResourcesRequest.Builder> listResourcesRequest) This is a variant ofRamClient.listResources(software.amazon.awssdk.services.ram.model.ListResourcesRequest)operation. -
Uses of ListResourcesRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ListResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic ListResourcesRequest.BuilderListResourcesRequest.builder()ListResourcesRequest.Builder.maxResults(Integer maxResults) Specifies the total number of results that you want included on each page of the response.Specifies that you want to receive the next page of results.ListResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies that you want to list only the resource shares that are associated with the specified principal.ListResourcesRequest.Builder.resourceArns(String... resourceArns) Specifies that you want to list only the resource shares that include resources with the specified Amazon Resource Names (ARNs).ListResourcesRequest.Builder.resourceArns(Collection<String> resourceArns) Specifies that you want to list only the resource shares that include resources with the specified Amazon Resource Names (ARNs).ListResourcesRequest.Builder.resourceOwner(String resourceOwner) Specifies that you want to list only the resource shares that match the following:ListResourcesRequest.Builder.resourceOwner(ResourceOwner resourceOwner) Specifies that you want to list only the resource shares that match the following:ListResourcesRequest.Builder.resourceRegionScope(String resourceRegionScope) Specifies that you want the results to include only resources that have the specified scope.ListResourcesRequest.Builder.resourceRegionScope(ResourceRegionScopeFilter resourceRegionScope) Specifies that you want the results to include only resources that have the specified scope.ListResourcesRequest.Builder.resourceShareArns(String... resourceShareArns) Specifies that you want to list only resources in the resource shares identified by the specified Amazon Resource Names (ARNs).ListResourcesRequest.Builder.resourceShareArns(Collection<String> resourceShareArns) Specifies that you want to list only resources in the resource shares identified by the specified Amazon Resource Names (ARNs).ListResourcesRequest.Builder.resourceType(String resourceType) Specifies that you want to list only the resource shares that include resources of the specified resource type.ListResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ListResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListResourcesRequest.Builder>ListResourcesRequest.serializableBuilderClass()