Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShare
Packages that use ResourceShare
-
Uses of ResourceShare in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShareModifier and TypeMethodDescriptionfinal ResourceShareCreateResourceShareResponse.resourceShare()An object with information about the new resource share.final ResourceShareUpdateResourceShareResponse.resourceShare()Information about the resource share.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceShareModifier and TypeMethodDescriptionfinal List<ResourceShare>GetResourceSharesResponse.resourceShares()An array of objects that contain the information about the resource shares.Methods in software.amazon.awssdk.services.ram.model with parameters of type ResourceShareModifier and TypeMethodDescriptionCreateResourceShareResponse.Builder.resourceShare(ResourceShare resourceShare) An object with information about the new resource share.UpdateResourceShareResponse.Builder.resourceShare(ResourceShare resourceShare) Information about the resource share.GetResourceSharesResponse.Builder.resourceShares(ResourceShare... resourceShares) An array of objects that contain the information about the resource shares.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type ResourceShareModifier and TypeMethodDescriptionGetResourceSharesResponse.Builder.resourceShares(Collection<ResourceShare> resourceShares) An array of objects that contain the information about the resource shares.