Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ComputePlatform
-
Packages that use ComputePlatform Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of ComputePlatform in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return ComputePlatform Modifier and Type Method Description ComputePlatformCreateProfilingGroupRequest. computePlatform()The compute platform of the profiling group.ComputePlatformProfilingGroupDescription. computePlatform()The compute platform of the profiling group.static ComputePlatformComputePlatform. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputePlatformComputePlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputePlatform[]ComputePlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type ComputePlatform Modifier and Type Method Description static Set<ComputePlatform>ComputePlatform. knownValues()Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type ComputePlatform Modifier and Type Method Description CreateProfilingGroupRequest.BuilderCreateProfilingGroupRequest.Builder. computePlatform(ComputePlatform computePlatform)The compute platform of the profiling group.ProfilingGroupDescription.BuilderProfilingGroupDescription.Builder. computePlatform(ComputePlatform computePlatform)The compute platform of the profiling group.
-