Uses of Interface
software.amazon.awssdk.services.databasemigration.model.DeleteInstanceProfileResponse.Builder
-
Packages that use DeleteInstanceProfileResponse.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DeleteInstanceProfileResponse.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DeleteInstanceProfileResponse.Builder Modifier and Type Method Description static DeleteInstanceProfileResponse.BuilderDeleteInstanceProfileResponse. builder()default DeleteInstanceProfileResponse.BuilderDeleteInstanceProfileResponse.Builder. instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)The instance profile that was deleted.DeleteInstanceProfileResponse.BuilderDeleteInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)The instance profile that was deleted.DeleteInstanceProfileResponse.BuilderDeleteInstanceProfileResponse. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type DeleteInstanceProfileResponse.Builder Modifier and Type Method Description static Class<? extends DeleteInstanceProfileResponse.Builder>DeleteInstanceProfileResponse. serializableBuilderClass()
-