Uses of Class
software.amazon.awssdk.services.devicefarm.model.CreateInstanceProfileResponse
-
Packages that use CreateInstanceProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of CreateInstanceProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return CreateInstanceProfileResponse Modifier and Type Method Description default CreateInstanceProfileResponseDeviceFarmClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances.default CreateInstanceProfileResponseDeviceFarmClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type CreateInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateInstanceProfileResponse>DeviceFarmAsyncClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances.default CompletableFuture<CreateInstanceProfileResponse>DeviceFarmAsyncClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates a profile that can be applied to one or more private fleet device instances.
-