Uses of Class
software.amazon.awssdk.services.ram.model.UpdateResourceShareResponse
-
Packages that use UpdateResourceShareResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference. -
-
Uses of UpdateResourceShareResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return UpdateResourceShareResponse Modifier and Type Method Description default UpdateResourceShareResponseRamClient. updateResourceShare(Consumer<UpdateResourceShareRequest.Builder> updateResourceShareRequest)Modifies some of the properties of the specified resource share.default UpdateResourceShareResponseRamClient. updateResourceShare(UpdateResourceShareRequest updateResourceShareRequest)Modifies some of the properties of the specified resource share.Methods in software.amazon.awssdk.services.ram that return types with arguments of type UpdateResourceShareResponse Modifier and Type Method Description default CompletableFuture<UpdateResourceShareResponse>RamAsyncClient. updateResourceShare(Consumer<UpdateResourceShareRequest.Builder> updateResourceShareRequest)Modifies some of the properties of the specified resource share.default CompletableFuture<UpdateResourceShareResponse>RamAsyncClient. updateResourceShare(UpdateResourceShareRequest updateResourceShareRequest)Modifies some of the properties of the specified resource share.
-