Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Visibility
-
Packages that use Visibility Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Visibility in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Visibility Modifier and Type Method Description static VisibilityVisibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VisibilityVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static Visibility[]Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.VisibilityAwsSubmission. visibility()Determines who can view AWS involvement in the opportunity.VisibilityGetAwsOpportunitySummaryResponse. visibility()Defines the visibility level for the AWS Opportunity.VisibilitySubmitOpportunityRequest. visibility()Determines whether to restrict visibility of the opportunity from AWS sales.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Visibility Modifier and Type Method Description static Set<Visibility>Visibility. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Visibility Modifier and Type Method Description AwsSubmission.BuilderAwsSubmission.Builder. visibility(Visibility visibility)Determines who can view AWS involvement in the opportunity.GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. visibility(Visibility visibility)Defines the visibility level for the AWS Opportunity.SubmitOpportunityRequest.BuilderSubmitOpportunityRequest.Builder. visibility(Visibility visibility)Determines whether to restrict visibility of the opportunity from AWS sales.
-