Uses of Class
software.amazon.awssdk.services.ram.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.ram.model -
-
Uses of Resource in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ListPendingInvitationResourcesResponse. resources()An array of objects that contain the information about the resources included the specified resource share.List<Resource>ListResourcesResponse. resources()An array of objects that contain information about the resources.Methods in software.amazon.awssdk.services.ram.model with parameters of type Resource Modifier and Type Method Description ListPendingInvitationResourcesResponse.BuilderListPendingInvitationResourcesResponse.Builder. resources(Resource... resources)An array of objects that contain the information about the resources included the specified resource share.ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Resource... resources)An array of objects that contain information about the resources.Method parameters in software.amazon.awssdk.services.ram.model with type arguments of type Resource Modifier and Type Method Description ListPendingInvitationResourcesResponse.BuilderListPendingInvitationResourcesResponse.Builder. resources(Collection<Resource> resources)An array of objects that contain the information about the resources included the specified resource share.ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Collection<Resource> resources)An array of objects that contain information about the resources.
-