Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateInstanceProfileResponse
-
Packages that use CreateInstanceProfileResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of CreateInstanceProfileResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateInstanceProfileResponse Modifier and Type Method Description default CreateInstanceProfileResponseDatabaseMigrationClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates the instance profile using the specified parameters.default CreateInstanceProfileResponseDatabaseMigrationClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates the instance profile using the specified parameters.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type CreateInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateInstanceProfileResponse>DatabaseMigrationAsyncClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates the instance profile using the specified parameters.default CompletableFuture<CreateInstanceProfileResponse>DatabaseMigrationAsyncClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates the instance profile using the specified parameters.
-