Uses of Class
software.amazon.awssdk.services.fms.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.fms.model -
-
Uses of Resource in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ListResourceSetResourcesResponse. items()An array of the associated resources' uniform resource identifiers (URI).Methods in software.amazon.awssdk.services.fms.model with parameters of type Resource Modifier and Type Method Description ListResourceSetResourcesResponse.BuilderListResourceSetResourcesResponse.Builder. items(Resource... items)An array of the associated resources' uniform resource identifiers (URI).Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type Resource Modifier and Type Method Description ListResourceSetResourcesResponse.BuilderListResourceSetResourcesResponse.Builder. items(Collection<Resource> items)An array of the associated resources' uniform resource identifiers (URI).
-