Uses of Enum
software.amazon.awssdk.services.ec2.model.ManagedBy
Packages that use ManagedBy
-
Uses of ManagedBy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ManagedByModifier and TypeMethodDescriptionstatic ManagedByUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ManagedByGetAllowedImagesSettingsResponse.managedBy()The entity that manages the Allowed AMIs settings.final ManagedByGetImageBlockPublicAccessStateResponse.managedBy()The entity that manages the state for block public access for AMIs.final ManagedByGetSerialConsoleAccessStatusResponse.managedBy()The entity that manages access to the serial console.final ManagedByGetSnapshotBlockPublicAccessStateResponse.managedBy()The entity that manages the state for block public access for snapshots.final ManagedByInstanceMetadataDefaultsResponse.managedBy()The entity that manages the IMDS default settings.final ManagedByVpcBlockPublicAccessOptions.managedBy()The entity that manages the state of VPC BPA.static ManagedByReturns 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 ManagedByMethods in software.amazon.awssdk.services.ec2.model with parameters of type ManagedByModifier and TypeMethodDescriptionThe entity that manages the Allowed AMIs settings.The entity that manages the state for block public access for AMIs.The entity that manages access to the serial console.The entity that manages the state for block public access for snapshots.The entity that manages the IMDS default settings.The entity that manages the state of VPC BPA.