Uses of Interface
software.amazon.awssdk.services.ec2.model.DeviceOptions.Builder
-
Packages that use DeviceOptions.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DeviceOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DeviceOptions.Builder Modifier and Type Method Description static DeviceOptions.BuilderDeviceOptions. builder()DeviceOptions.BuilderDeviceOptions.Builder. publicSigningKeyUrl(String publicSigningKeyUrl)The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.DeviceOptions.BuilderDeviceOptions.Builder. tenantId(String tenantId)The ID of the tenant application with the device-identity provider.DeviceOptions.BuilderDeviceOptions. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeviceOptions.Builder Modifier and Type Method Description static Class<? extends DeviceOptions.Builder>DeviceOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeviceOptions.Builder Modifier and Type Method Description default VerifiedAccessTrustProvider.BuilderVerifiedAccessTrustProvider.Builder. deviceOptions(Consumer<DeviceOptions.Builder> deviceOptions)The options for device-identity trust provider.
-