Uses of Class
com.amazonaws.services.devicefarm.model.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of UpdateProjectRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type UpdateProjectRequest Modifier and Type Method Description UpdateProjectResult
AbstractAWSDeviceFarm. updateProject(UpdateProjectRequest request)
UpdateProjectResult
AWSDeviceFarm. updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.UpdateProjectResult
AWSDeviceFarmClient. updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.Future<UpdateProjectResult>
AbstractAWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest request)
Future<UpdateProjectResult>
AbstractAWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Future<UpdateProjectResult>
AWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.Future<UpdateProjectResult>
AWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest updateProjectRequest, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new name.Future<UpdateProjectResult>
AWSDeviceFarmAsyncClient. updateProjectAsync(UpdateProjectRequest request)
Future<UpdateProjectResult>
AWSDeviceFarmAsyncClient. updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Method parameters in com.amazonaws.services.devicefarm with type arguments of type UpdateProjectRequest Modifier and Type Method Description Future<UpdateProjectResult>
AbstractAWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Future<UpdateProjectResult>
AWSDeviceFarmAsync. updateProjectAsync(UpdateProjectRequest updateProjectRequest, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new name.Future<UpdateProjectResult>
AWSDeviceFarmAsyncClient. updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
-
Uses of UpdateProjectRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UpdateProjectRequest Modifier and Type Method Description UpdateProjectRequest
UpdateProjectRequest. clone()
UpdateProjectRequest
UpdateProjectRequest. withArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.UpdateProjectRequest
UpdateProjectRequest. withName(String name)
A string representing the new name of the project that you are updating.
-