Uses of Interface
software.amazon.awssdk.services.cloudformation.model.OperationEntry.Builder
-
Packages that use OperationEntry.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of OperationEntry.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return OperationEntry.Builder Modifier and Type Method Description static OperationEntry.BuilderOperationEntry. builder()OperationEntry.BuilderOperationEntry.Builder. operationId(String operationId)The unique identifier for the operation.OperationEntry.BuilderOperationEntry.Builder. operationType(String operationType)The type of operation.OperationEntry.BuilderOperationEntry.Builder. operationType(OperationType operationType)The type of operation.OperationEntry.BuilderOperationEntry. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type OperationEntry.Builder Modifier and Type Method Description static Class<? extends OperationEntry.Builder>OperationEntry. serializableBuilderClass()
-