Uses of Class
software.amazon.awssdk.services.workmail.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of Resource in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ListResourcesResponse. resources()One page of the organization's resource representation.Methods in software.amazon.awssdk.services.workmail.model with parameters of type Resource Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Resource... resources)One page of the organization's resource representation.Method parameters in software.amazon.awssdk.services.workmail.model with type arguments of type Resource Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Collection<Resource> resources)One page of the organization's resource representation.
-