Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListInstanceProfilesResponse
-
Packages that use ListInstanceProfilesResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of ListInstanceProfilesResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListInstanceProfilesResponse Modifier and Type Method Description default ListInstanceProfilesResponseDeviceFarmClient. listInstanceProfiles()Returns information about all the instance profiles in an AWS account.default ListInstanceProfilesResponseDeviceFarmClient. listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Returns information about all the instance profiles in an AWS account.default ListInstanceProfilesResponseDeviceFarmClient. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)Returns information about all the instance profiles in an AWS account.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListInstanceProfilesResponse Modifier and Type Method Description default CompletableFuture<ListInstanceProfilesResponse>DeviceFarmAsyncClient. listInstanceProfiles()Returns information about all the instance profiles in an AWS account.default CompletableFuture<ListInstanceProfilesResponse>DeviceFarmAsyncClient. listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)Returns information about all the instance profiles in an AWS account.default CompletableFuture<ListInstanceProfilesResponse>DeviceFarmAsyncClient. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)Returns information about all the instance profiles in an AWS account.
-