Uses of Interface
software.amazon.awssdk.services.ram.model.GetResourceShareAssociationsRequest.Builder
Packages that use GetResourceShareAssociationsRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of GetResourceShareAssociationsRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type GetResourceShareAssociationsRequest.BuilderModifier and TypeMethodDescriptionRamAsyncClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest) Retrieves the lists of resources and principals that associated for resource shares that you own.RamClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest) Retrieves the lists of resources and principals that associated for resource shares that you own.RamAsyncClient.getResourceShareAssociationsPaginator(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest) This is a variant ofRamAsyncClient.getResourceShareAssociations(software.amazon.awssdk.services.ram.model.GetResourceShareAssociationsRequest)operation.RamClient.getResourceShareAssociationsPaginator(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest) This is a variant ofRamClient.getResourceShareAssociations(software.amazon.awssdk.services.ram.model.GetResourceShareAssociationsRequest)operation. -
Uses of GetResourceShareAssociationsRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return GetResourceShareAssociationsRequest.BuilderModifier and TypeMethodDescriptionGetResourceShareAssociationsRequest.Builder.associationStatus(String associationStatus) Specifies that you want to retrieve only associations that have this status.GetResourceShareAssociationsRequest.Builder.associationStatus(ResourceShareAssociationStatus associationStatus) Specifies that you want to retrieve only associations that have this status.GetResourceShareAssociationsRequest.Builder.associationType(String associationType) Specifies whether you want to retrieve the associations that involve a specified resource or principal.GetResourceShareAssociationsRequest.Builder.associationType(ResourceShareAssociationType associationType) Specifies whether you want to retrieve the associations that involve a specified resource or principal.GetResourceShareAssociationsRequest.builder()GetResourceShareAssociationsRequest.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.GetResourceShareAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetResourceShareAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies the ID of the principal whose resource shares you want to retrieve.GetResourceShareAssociationsRequest.Builder.resourceArn(String resourceArn) Specifies the Amazon Resource Name (ARN) of a resource whose resource shares you want to retrieve.GetResourceShareAssociationsRequest.Builder.resourceShareArns(String... resourceShareArns) Specifies a list of Amazon Resource Names (ARNs) of the resource share whose associations you want to retrieve.GetResourceShareAssociationsRequest.Builder.resourceShareArns(Collection<String> resourceShareArns) Specifies a list of Amazon Resource Names (ARNs) of the resource share whose associations you want to retrieve.GetResourceShareAssociationsRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type GetResourceShareAssociationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetResourceShareAssociationsRequest.Builder>GetResourceShareAssociationsRequest.serializableBuilderClass()