Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetProjectResponse
-
Packages that use GetProjectResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetProjectResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetProjectResponse Modifier and Type Method Description default GetProjectResponseDeviceFarmClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Gets information about a project.default GetProjectResponseDeviceFarmClient. getProject(GetProjectRequest getProjectRequest)Gets information about a project.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetProjectResponse Modifier and Type Method Description default CompletableFuture<GetProjectResponse>DeviceFarmAsyncClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Gets information about a project.default CompletableFuture<GetProjectResponse>DeviceFarmAsyncClient. getProject(GetProjectRequest getProjectRequest)Gets information about a project.
-