Uses of Class
software.amazon.awssdk.services.workspacesweb.model.InstanceType
-
Packages that use InstanceType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of InstanceType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return InstanceType Modifier and Type Method Description static InstanceTypeInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceTypeCreatePortalRequest. instanceType()The type and resources of the underlying instance.InstanceTypePortal. instanceType()The type and resources of the underlying instance.InstanceTypePortalSummary. instanceType()The type and resources of the underlying instance.InstanceTypeUpdatePortalRequest. instanceType()The type and resources of the underlying instance.static InstanceTypeInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceType[]InstanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type InstanceType Modifier and Type Method Description static Set<InstanceType>InstanceType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type InstanceType Modifier and Type Method Description CreatePortalRequest.BuilderCreatePortalRequest.Builder. instanceType(InstanceType instanceType)The type and resources of the underlying instance.Portal.BuilderPortal.Builder. instanceType(InstanceType instanceType)The type and resources of the underlying instance.PortalSummary.BuilderPortalSummary.Builder. instanceType(InstanceType instanceType)The type and resources of the underlying instance.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. instanceType(InstanceType instanceType)The type and resources of the underlying instance.
-