Uses of Class
software.amazon.awssdk.services.m2.model.Definition
-
Packages that use Definition Package Description software.amazon.awssdk.services.m2.model -
-
Uses of Definition in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return Definition Modifier and Type Method Description DefinitionCreateApplicationRequest. definition()The application definition for this application.DefinitionUpdateApplicationRequest. definition()The application definition for this application.static DefinitionDefinition. fromContent(String content)Create an instance of this class withcontent()initialized to the given value.static DefinitionDefinition. fromS3Location(String s3Location)Create an instance of this class withs3Location()initialized to the given value.Methods in software.amazon.awssdk.services.m2.model with parameters of type Definition Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. definition(Definition definition)The application definition for this application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. definition(Definition definition)The application definition for this application.
-