Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.NationalSecurity
-
Packages that use NationalSecurity Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of NationalSecurity in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return NationalSecurity Modifier and Type Method Description static NationalSecurityNationalSecurity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NationalSecurityCreateOpportunityRequest. nationalSecurity()Indicates whether theOpportunitypertains to a national security project.NationalSecurityGetOpportunityResponse. nationalSecurity()Indicates whether theOpportunitypertains to a national security project.NationalSecurityUpdateOpportunityRequest. nationalSecurity()Specifies if the opportunity is associated with national security concerns.static NationalSecurityNationalSecurity. valueOf(String name)Returns the enum constant of this type with the specified name.static NationalSecurity[]NationalSecurity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type NationalSecurity Modifier and Type Method Description static Set<NationalSecurity>NationalSecurity. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type NationalSecurity Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. nationalSecurity(NationalSecurity nationalSecurity)Indicates whether theOpportunitypertains to a national security project.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. nationalSecurity(NationalSecurity nationalSecurity)Indicates whether theOpportunitypertains to a national security project.UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. nationalSecurity(NationalSecurity nationalSecurity)Specifies if the opportunity is associated with national security concerns.
-