Uses of Class
software.amazon.awssdk.services.databasemigration.model.CreateInstanceProfileResponse
Packages that use CreateInstanceProfileResponse
-
Uses of CreateInstanceProfileResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return CreateInstanceProfileResponseModifier and TypeMethodDescriptiondefault 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 CreateInstanceProfileResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest) Creates the instance profile using the specified parameters.DatabaseMigrationAsyncClient.createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest) Creates the instance profile using the specified parameters.