Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateProjectResult |
AbstractAWSDeviceFarm.updateProject(UpdateProjectRequest request) |
UpdateProjectResult |
AWSDeviceFarmClient.updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new
name.
|
UpdateProjectResult |
AWSDeviceFarm.updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new
name.
|
java.util.concurrent.Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new
name.
|
java.util.concurrent.Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new
name.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
java.util.concurrent.Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new
name.
|
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest |
UpdateProjectRequest.clone() |
UpdateProjectRequest |
UpdateProjectRequest.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to
update.
|
UpdateProjectRequest |
UpdateProjectRequest.withName(java.lang.String name)
A string representing the new name of the project that you are updating.
|
Modifier and Type | Method and Description |
---|---|
Request<UpdateProjectRequest> |
UpdateProjectRequestMarshaller.marshall(UpdateProjectRequest updateProjectRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateProjectRequest> |
UpdateProjectRequestMarshaller.marshall(UpdateProjectRequest updateProjectRequest) |