Uses of Class
software.amazon.awssdk.services.ec2.model.ManagedBy
-
Packages that use ManagedBy Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ManagedBy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ManagedBy Modifier and Type Method Description static ManagedByManagedBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedByGetAllowedImagesSettingsResponse. managedBy()The entity that manages the Allowed AMIs settings.ManagedByGetImageBlockPublicAccessStateResponse. managedBy()The entity that manages the state for block public access for AMIs.ManagedByGetSerialConsoleAccessStatusResponse. managedBy()The entity that manages access to the serial console.ManagedByGetSnapshotBlockPublicAccessStateResponse. managedBy()The entity that manages the state for block public access for snapshots.ManagedByInstanceMetadataDefaultsResponse. managedBy()The entity that manages the IMDS default settings.ManagedByVpcBlockPublicAccessOptions. managedBy()The entity that manages the state of VPC BPA.static ManagedByManagedBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedBy[]ManagedBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ManagedBy Modifier and Type Method Description static Set<ManagedBy>ManagedBy. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type ManagedBy Modifier and Type Method Description GetAllowedImagesSettingsResponse.BuilderGetAllowedImagesSettingsResponse.Builder. managedBy(ManagedBy managedBy)The entity that manages the Allowed AMIs settings.GetImageBlockPublicAccessStateResponse.BuilderGetImageBlockPublicAccessStateResponse.Builder. managedBy(ManagedBy managedBy)The entity that manages the state for block public access for AMIs.GetSerialConsoleAccessStatusResponse.BuilderGetSerialConsoleAccessStatusResponse.Builder. managedBy(ManagedBy managedBy)The entity that manages access to the serial console.GetSnapshotBlockPublicAccessStateResponse.BuilderGetSnapshotBlockPublicAccessStateResponse.Builder. managedBy(ManagedBy managedBy)The entity that manages the state for block public access for snapshots.InstanceMetadataDefaultsResponse.BuilderInstanceMetadataDefaultsResponse.Builder. managedBy(ManagedBy managedBy)The entity that manages the IMDS default settings.VpcBlockPublicAccessOptions.BuilderVpcBlockPublicAccessOptions.Builder. managedBy(ManagedBy managedBy)The entity that manages the state of VPC BPA.
-