Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.RecordOutput.Builder
-
Packages that use RecordOutput.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of RecordOutput.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return RecordOutput.Builder Modifier and Type Method Description static RecordOutput.BuilderRecordOutput. builder()RecordOutput.BuilderRecordOutput.Builder. description(String description)The description of the output.RecordOutput.BuilderRecordOutput.Builder. outputKey(String outputKey)The output key.RecordOutput.BuilderRecordOutput.Builder. outputValue(String outputValue)The output value.RecordOutput.BuilderRecordOutput. toBuilder()Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type RecordOutput.Builder Modifier and Type Method Description static Class<? extends RecordOutput.Builder>RecordOutput. serializableBuilderClass()
-