Uses of Class
software.amazon.awssdk.services.codestar.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of Resource in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>ListResourcesResponse. resources()An array of resources associated with the project.Methods in software.amazon.awssdk.services.codestar.model with parameters of type Resource Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Resource... resources)An array of resources associated with the project.Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type Resource Modifier and Type Method Description ListResourcesResponse.BuilderListResourcesResponse.Builder. resources(Collection<Resource> resources)An array of resources associated with the project.
-