Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetInstanceProfileResponse
-
Packages that use GetInstanceProfileResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetInstanceProfileResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetInstanceProfileResponse Modifier and Type Method Description default GetInstanceProfileResponseDeviceFarmClient. getInstanceProfile(Consumer<GetInstanceProfileRequest.Builder> getInstanceProfileRequest)Returns information about the specified instance profile.default GetInstanceProfileResponseDeviceFarmClient. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Returns information about the specified instance profile.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<GetInstanceProfileResponse>DeviceFarmAsyncClient. getInstanceProfile(Consumer<GetInstanceProfileRequest.Builder> getInstanceProfileRequest)Returns information about the specified instance profile.default CompletableFuture<GetInstanceProfileResponse>DeviceFarmAsyncClient. getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)Returns information about the specified instance profile.
-