Uses of Class
software.amazon.awssdk.services.ram.model.GetResourceShareAssociationsResponse
-
Packages that use GetResourceShareAssociationsResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of GetResourceShareAssociationsResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return GetResourceShareAssociationsResponse Modifier and Type Method Description default GetResourceShareAssociationsResponseRamClient. getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)Retrieves the lists of resources and principals that associated for resource shares that you own.default GetResourceShareAssociationsResponseRamClient. getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)Retrieves the lists of resources and principals that associated for resource shares that you own.Methods in software.amazon.awssdk.services.ram that return types with arguments of type GetResourceShareAssociationsResponse Modifier and Type Method Description default CompletableFuture<GetResourceShareAssociationsResponse>RamAsyncClient. getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)Retrieves the lists of resources and principals that associated for resource shares that you own.default CompletableFuture<GetResourceShareAssociationsResponse>RamAsyncClient. getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)Retrieves the lists of resources and principals that associated for resource shares that you own. -
Uses of GetResourceShareAssociationsResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type GetResourceShareAssociationsResponse Modifier and Type Method Description Iterator<GetResourceShareAssociationsResponse>GetResourceShareAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type GetResourceShareAssociationsResponse Modifier and Type Method Description voidGetResourceShareAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetResourceShareAssociationsResponse> subscriber)
-