Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseServerEndpointProvisioningStatus
-
Packages that use LicenseServerEndpointProvisioningStatus Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of LicenseServerEndpointProvisioningStatus in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return LicenseServerEndpointProvisioningStatus Modifier and Type Method Description static LicenseServerEndpointProvisioningStatusLicenseServerEndpointProvisioningStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseServerEndpointProvisioningStatusLicenseServerEndpoint. licenseServerEndpointProvisioningStatus()The current state of the provisioning process for the RDS license server endpointLicenseServerEndpointProvisioningStatusLicenseServer. provisioningStatus()The current state of the provisioning process for the RDS license server.static LicenseServerEndpointProvisioningStatusLicenseServerEndpointProvisioningStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseServerEndpointProvisioningStatus[]LicenseServerEndpointProvisioningStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type LicenseServerEndpointProvisioningStatus Modifier and Type Method Description static Set<LicenseServerEndpointProvisioningStatus>LicenseServerEndpointProvisioningStatus. knownValues()Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type LicenseServerEndpointProvisioningStatus Modifier and Type Method Description LicenseServerEndpoint.BuilderLicenseServerEndpoint.Builder. licenseServerEndpointProvisioningStatus(LicenseServerEndpointProvisioningStatus licenseServerEndpointProvisioningStatus)The current state of the provisioning process for the RDS license server endpointLicenseServer.BuilderLicenseServer.Builder. provisioningStatus(LicenseServerEndpointProvisioningStatus provisioningStatus)The current state of the provisioning process for the RDS license server.
-