Uses of Class
software.amazon.awssdk.services.ram.model.ResourceShare
-
Packages that use ResourceShare Package Description software.amazon.awssdk.services.ram.model -
-
Uses of ResourceShare in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ResourceShare Modifier and Type Method Description ResourceShareCreateResourceShareResponse. resourceShare()An object with information about the new resource share.ResourceShareUpdateResourceShareResponse. resourceShare()Information about the resource share.Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ResourceShare Modifier and Type Method Description 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 ResourceShare Modifier and Type Method Description CreateResourceShareResponse.BuilderCreateResourceShareResponse.Builder. resourceShare(ResourceShare resourceShare)An object with information about the new resource share.UpdateResourceShareResponse.BuilderUpdateResourceShareResponse.Builder. resourceShare(ResourceShare resourceShare)Information about the resource share.GetResourceSharesResponse.BuilderGetResourceSharesResponse.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 ResourceShare Modifier and Type Method Description GetResourceSharesResponse.BuilderGetResourceSharesResponse.Builder. resourceShares(Collection<ResourceShare> resourceShares)An array of objects that contain the information about the resource shares.
-