Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ResourceMappingType
-
Packages that use ResourceMappingType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ResourceMappingType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ResourceMappingType Modifier and Type Method Description static ResourceMappingTypeResourceMappingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceMappingTypeAppInputSource. importType()The resource type of the input source.ResourceMappingTypeResourceMapping. mappingType()Specifies the type of resource mapping.static ResourceMappingTypeResourceMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceMappingType[]ResourceMappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ResourceMappingType Modifier and Type Method Description static Set<ResourceMappingType>ResourceMappingType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type ResourceMappingType Modifier and Type Method Description AppInputSource.BuilderAppInputSource.Builder. importType(ResourceMappingType importType)The resource type of the input source.ResourceMapping.BuilderResourceMapping.Builder. mappingType(ResourceMappingType mappingType)Specifies the type of resource mapping.
-