Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractAWSMarketplaceCatalog - Class in com.amazonaws.services.marketplacecatalog
Abstract implementation of AWSMarketplaceCatalog.
AbstractAWSMarketplaceCatalog() - Constructor for class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
AbstractAWSMarketplaceCatalogAsync - Class in com.amazonaws.services.marketplacecatalog
Abstract implementation of AWSMarketplaceCatalogAsync.
AbstractAWSMarketplaceCatalogAsync() - Constructor for class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
AccessDeniedException - Exception in com.amazonaws.services.marketplacecatalog.model
Access is denied.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addEntityDetailsEntry(String, EntityDetail) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Add a single EntityDetails entry
addErrorsEntry(String, BatchDescribeErrorDetail) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Add a single Errors entry
AmiProductEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on entity id of an AMI product.
AmiProductEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
 
AmiProductFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for AMI products.
AmiProductFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
 
AmiProductLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering based on the last modified date of AMI products.
AmiProductLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
 
AmiProductLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains date range of the last modified date to be filtered on.
AmiProductLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
 
AmiProductSort - Class in com.amazonaws.services.marketplacecatalog.model
Objects that allows sorting on AMI products based on certain fields and sorting order.
AmiProductSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
 
AmiProductSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
AmiProductSummary - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains summarized information about an AMI product.
AmiProductSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
 
AmiProductTitleFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on product title.
AmiProductTitleFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
 
AmiProductVisibilityFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on the visibility of the product in the AWS Marketplace.
AmiProductVisibilityFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
 
AmiProductVisibilityString - Enum in com.amazonaws.services.marketplacecatalog.model
 
asyncBuilder() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
AWSMarketplaceCatalog - Interface in com.amazonaws.services.marketplacecatalog
Interface for accessing AWS Marketplace Catalog.
AWSMarketplaceCatalogAsync - Interface in com.amazonaws.services.marketplacecatalog
Interface for accessing AWS Marketplace Catalog asynchronously.
AWSMarketplaceCatalogAsyncClient - Class in com.amazonaws.services.marketplacecatalog
Client for accessing AWS Marketplace Catalog asynchronously.
AWSMarketplaceCatalogAsyncClientBuilder - Class in com.amazonaws.services.marketplacecatalog
Fluent builder for AWSMarketplaceCatalogAsync.
AWSMarketplaceCatalogClient - Class in com.amazonaws.services.marketplacecatalog
Client for accessing AWS Marketplace Catalog.
AWSMarketplaceCatalogClientBuilder - Class in com.amazonaws.services.marketplacecatalog
Fluent builder for AWSMarketplaceCatalog.
AWSMarketplaceCatalogException - Exception in com.amazonaws.services.marketplacecatalog.model
Base exception for all service exceptions thrown by AWS Marketplace Catalog Service
AWSMarketplaceCatalogException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.AWSMarketplaceCatalogException
Constructs a new AWSMarketplaceCatalogException with the specified error message.

B

batchDescribeEntities(BatchDescribeEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
batchDescribeEntities(BatchDescribeEntitiesRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Returns metadata and content for multiple entities.
batchDescribeEntities(BatchDescribeEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Returns metadata and content for multiple entities.
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest, AsyncHandler<BatchDescribeEntitiesRequest, BatchDescribeEntitiesResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns metadata and content for multiple entities.
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest, AsyncHandler<BatchDescribeEntitiesRequest, BatchDescribeEntitiesResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns metadata and content for multiple entities.
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
batchDescribeEntitiesAsync(BatchDescribeEntitiesRequest, AsyncHandler<BatchDescribeEntitiesRequest, BatchDescribeEntitiesResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
BatchDescribeEntitiesRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
BatchDescribeEntitiesRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
 
BatchDescribeEntitiesResult - Class in com.amazonaws.services.marketplacecatalog.model
 
BatchDescribeEntitiesResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
 
BatchDescribeErrorDetail - Class in com.amazonaws.services.marketplacecatalog.model
An object that contains an error code and error message.
BatchDescribeErrorDetail() - Constructor for class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClientBuilder
Construct an asynchronous implementation of AWSMarketplaceCatalogAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClientBuilder
Construct a synchronous implementation of AWSMarketplaceCatalog using the current builder configuration.
builder() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
 

C

cancelChangeSet(CancelChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
cancelChangeSet(CancelChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Used to cancel an open change request.
cancelChangeSet(CancelChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Used to cancel an open change request.
cancelChangeSetAsync(CancelChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
cancelChangeSetAsync(CancelChangeSetRequest, AsyncHandler<CancelChangeSetRequest, CancelChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
cancelChangeSetAsync(CancelChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Used to cancel an open change request.
cancelChangeSetAsync(CancelChangeSetRequest, AsyncHandler<CancelChangeSetRequest, CancelChangeSetResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Used to cancel an open change request.
cancelChangeSetAsync(CancelChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
cancelChangeSetAsync(CancelChangeSetRequest, AsyncHandler<CancelChangeSetRequest, CancelChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
CancelChangeSetRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
CancelChangeSetRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
 
CancelChangeSetResult - Class in com.amazonaws.services.marketplacecatalog.model
 
CancelChangeSetResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
 
Change - Class in com.amazonaws.services.marketplacecatalog.model
An object that contains the ChangeType, Details, and Entity.
Change() - Constructor for class com.amazonaws.services.marketplacecatalog.model.Change
 
ChangeSetSummaryListItem - Class in com.amazonaws.services.marketplacecatalog.model
A summary of a change set returned in a list of change sets when the ListChangeSets action is called.
ChangeSetSummaryListItem() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
 
ChangeStatus - Enum in com.amazonaws.services.marketplacecatalog.model
 
ChangeSummary - Class in com.amazonaws.services.marketplacecatalog.model
This object is a container for common summary information about the change.
ChangeSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
 
clearEntityDetailsEntries() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Removes all the entries added into EntityDetails.
clearErrorsEntries() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Removes all the entries added into Errors.
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceResult
 
com.amazonaws.services.marketplacecatalog - package com.amazonaws.services.marketplacecatalog
Catalog API actions allow you to manage your entities through list, describe, and update capabilities.
com.amazonaws.services.marketplacecatalog.model - package com.amazonaws.services.marketplacecatalog.model
 
configFactory - Static variable in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Client configuration factory providing ClientConfigurations tailored to this client
ContainerProductEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on entity id of a container product.
ContainerProductEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
 
ContainerProductFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for container products.
ContainerProductFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
 
ContainerProductLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering based on the last modified date of container products.
ContainerProductLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
 
ContainerProductLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains date range of the last modified date to be filtered on.
ContainerProductLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
 
ContainerProductSort - Class in com.amazonaws.services.marketplacecatalog.model
Objects that allows sorting on container products based on certain fields and sorting order.
ContainerProductSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
 
ContainerProductSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
ContainerProductSummary - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains summarized information about a container product.
ContainerProductSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
 
ContainerProductTitleFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on product title.
ContainerProductTitleFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
 
ContainerProductVisibilityFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on the visibility of the product in the AWS Marketplace.
ContainerProductVisibilityFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
 
ContainerProductVisibilityString - Enum in com.amazonaws.services.marketplacecatalog.model
 

D

DataProductEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on entity id of a data product.
DataProductEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
 
DataProductFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for data products.
DataProductFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
 
DataProductLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering based on the last modified date of data products.
DataProductLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
 
DataProductLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains date range of the last modified date to be filtered on.
DataProductLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
 
DataProductSort - Class in com.amazonaws.services.marketplacecatalog.model
Objects that allows sorting on data products based on certain fields and sorting order.
DataProductSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductSort
 
DataProductSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
DataProductSummary - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains summarized information about a data product.
DataProductSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
 
DataProductTitleFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on product title.
DataProductTitleFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
 
DataProductVisibilityFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on the visibility of the product in the AWS Marketplace.
DataProductVisibilityFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
 
DataProductVisibilityString - Enum in com.amazonaws.services.marketplacecatalog.model
 
defaultClient() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClientBuilder
 
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Deletes a resource-based policy on an entity that is identified by its resource ARN.
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Deletes a resource-based policy on an entity that is identified by its resource ARN.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Deletes a resource-based policy on an entity that is identified by its resource ARN.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Deletes a resource-based policy on an entity that is identified by its resource ARN.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
DeleteResourcePolicyRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
DeleteResourcePolicyRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
 
DeleteResourcePolicyResult - Class in com.amazonaws.services.marketplacecatalog.model
 
DeleteResourcePolicyResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyResult
 
describeChangeSet(DescribeChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
describeChangeSet(DescribeChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Provides information about a given change set.
describeChangeSet(DescribeChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Provides information about a given change set.
describeChangeSetAsync(DescribeChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
describeChangeSetAsync(DescribeChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Provides information about a given change set.
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Provides information about a given change set.
describeChangeSetAsync(DescribeChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
describeChangeSetAsync(DescribeChangeSetRequest, AsyncHandler<DescribeChangeSetRequest, DescribeChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
DescribeChangeSetRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
DescribeChangeSetRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
 
DescribeChangeSetResult - Class in com.amazonaws.services.marketplacecatalog.model
 
DescribeChangeSetResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
 
describeEntity(DescribeEntityRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
describeEntity(DescribeEntityRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Returns the metadata and content of the entity.
describeEntity(DescribeEntityRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Returns the metadata and content of the entity.
describeEntityAsync(DescribeEntityRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
describeEntityAsync(DescribeEntityRequest, AsyncHandler<DescribeEntityRequest, DescribeEntityResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
describeEntityAsync(DescribeEntityRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns the metadata and content of the entity.
describeEntityAsync(DescribeEntityRequest, AsyncHandler<DescribeEntityRequest, DescribeEntityResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns the metadata and content of the entity.
describeEntityAsync(DescribeEntityRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
describeEntityAsync(DescribeEntityRequest, AsyncHandler<DescribeEntityRequest, DescribeEntityResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
DescribeEntityRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
DescribeEntityRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
 
DescribeEntityResult - Class in com.amazonaws.services.marketplacecatalog.model
 
DescribeEntityResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
The region metadata service name for computing region endpoints.
Entity - Class in com.amazonaws.services.marketplacecatalog.model
An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
Entity() - Constructor for class com.amazonaws.services.marketplacecatalog.model.Entity
 
EntityDetail - Class in com.amazonaws.services.marketplacecatalog.model
An object that contains metadata and details about the entity.
EntityDetail() - Constructor for class com.amazonaws.services.marketplacecatalog.model.EntityDetail
 
EntityRequest - Class in com.amazonaws.services.marketplacecatalog.model
An object that contains entity ID and the catalog in which the entity is present.
EntityRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.EntityRequest
 
EntitySummary - Class in com.amazonaws.services.marketplacecatalog.model
This object is a container for common summary information about the entity.
EntitySummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.EntitySummary
 
EntityTypeFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields per entity type.
EntityTypeFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
 
EntityTypeSort - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the sort fields per entity type.
EntityTypeSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceResult
 
ErrorDetail - Class in com.amazonaws.services.marketplacecatalog.model
Details about the error.
ErrorDetail() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
 

F

FailureCode - Enum in com.amazonaws.services.marketplacecatalog.model
 
Filter - Class in com.amazonaws.services.marketplacecatalog.model
A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.
Filter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.Filter
 
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ChangeStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.FailureCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.Intent
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferStateString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferTargetingString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OwnershipType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityString
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SortOrder
Use this in place of valueOf.

G

getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date after which the AMI product was last modified.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date after which the container product was last modified.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date after which the data product was last modified.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.
getAfterValue() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date after which the SaaS product was last modified.
getAmiProductFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for AMI products.
getAmiProductSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for AMI products.
getAmiProductSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the AMI product.
getAvailabilityEndDate() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the AvailabilityEndDate of an offer.
getAvailabilityEndDate() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The availability end date of the offer.
getAvailabilityEndDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the AvailabilityEndDate of a ResaleAuthorization.
getAvailabilityEndDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The availability end date of the ResaleAuthorization.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date before which the AMI product was last modified.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date before which the container product was last modified.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date before which the data product was last modified.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.
getBeforeValue() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date before which the SaaS product was last modified.
getBuyerAccounts() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the BuyerAccounts of an offer.
getBuyerAccounts() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The buyer accounts in the offer.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The name of the catalog the entity is present in.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The catalog related to the request.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The catalog related to the request.
getCatalog() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The catalog related to the request.
getChangeName() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Optional name for the change.
getChangeName() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
Optional name for the change.
getChangeSet() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
An array of ChangeSummary objects.
getChangeSet() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Array of change object.
getChangeSetArn() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The ARN associated with the change set referenced in this request.
getChangeSetArn() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The ARN associated with the unique identifier for the change set referenced in this request.
getChangeSetArn() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The ARN associated with the unique identifier for the change set referenced in this request.
getChangeSetArn() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
The ARN associated to the unique identifier generated for the request.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The unique identifier for the change set referenced in this request.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The unique identifier for a change set.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Required.
getChangeSetId() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
Unique identifier generated for the request.
getChangeSetName() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The non-unique name for the change set.
getChangeSetName() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional name provided in the StartChangeSet request.
getChangeSetName() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Optional case sensitive string of up to 100 ASCII characters.
getChangeSetSummaryList() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
Array of ChangeSetSummaryListItem objects.
getChangeSetTags() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A list of objects specifying each key name and value for the ChangeSetTags property.
getChangeType() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Change types are single string values that describe your intention for the change.
getChangeType() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The type of the change.
getClientRequestToken() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A unique token to identify the request to ensure idempotency.
getContainerProductFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for container products.
getContainerProductSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for container products.
getContainerProductSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the container product.
getCreatedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the CreatedDate of a ResaleAuthorization.
getCreatedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The created date of the ResaleAuthorization.
getDataProductFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for data products.
getDataProductSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for data products.
getDataProductSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the data product.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
Dates between which the AMI product was last modified.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
Dates between which the container product was last modified.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
Dates between which the data product was last modified.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
Allows filtering on the AvailabilityEndDate of an offer with date range as input.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
Allows filtering on the LastModifiedDate of an offer with date range as input.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
Allows filtering on the ReleaseDate of an offer with date range as input.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date range as input
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
getDateRange() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
Dates between which the SaaS product was last modified.
getDetails() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
This object contains details specific to the change type of the requested change.
getDetails() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
This object contains details specific to the change type of the requested change.
getDetails() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
This stringified JSON object includes the details of the entity.
getEndTime() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
getEndTime() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
getEntity() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The entity to be changed.
getEntity() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The entity to be changed.
getEntityArn() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The ARN associated to the unique identifier for the entity referenced in this request.
getEntityArn() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The Amazon Resource Name (ARN) of the entity.
getEntityArn() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The ARN associated with the unique identifier for the entity.
getEntityDetails() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Details about each entity.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
Unique identifier for the AMI product.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
Unique identifier for the container product.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
Unique identifier for the data product.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The ID of the entity.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The unique identifier for the entity.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on EntityId of an offer.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the EntityId of a ResaleAuthorization.
getEntityId() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
Unique identifier for the SaaS product.
getEntityIdentifier() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The identifier of the entity, in the format of EntityId@RevisionId.
getEntityIdentifier() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The ID of the entity, in the format of EntityId@RevisionId.
getEntityIdList() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
This object is a list of entity IDs (string) that are a part of a change set.
getEntityRequestList() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
List of entity IDs and the catalogs the entities are present in.
getEntitySummaryList() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
Array of EntitySummary objects.
getEntityTags() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The tags associated with the change.
getEntityType() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The named type of the entity, in the format of EntityType@Version.
getEntityType() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The entity type of the entity, in the format of EntityType@Version.
getEntityType() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The type of the entity.
getEntityType() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The type of entities to retrieve.
getEntityTypeFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing filter shapes for all EntityTypes.
getEntityTypeSort() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing Sort shapes for all EntityTypes.
getErrorCode() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error code returned.
getErrorCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The error code that identifies the type of error.
getErrorDetailList() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
An array of ErrorDetail objects associated with the change.
getErrorMessage() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error message returned.
getErrorMessage() - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The message for the error.
getErrors() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
A map of errors returned, with EntityId as the key and errorDetail as the value.
getExecutorService() - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
Returns the executor service used by this client to execute async requests.
getFailureCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
Returned if the change set is in FAILED status.
getFailureCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if the change set is in FAILED status.
getFailureDescription() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
getFilterList() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An array of filter objects.
getFilterList() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An array of filter objects.
getIdentifier() - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The identifier for the entity.
getIntent() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional intent provided in the StartChangeSet request.
getIntent() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The intent related to the request.
getKey() - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The key associated with the tag.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The last date on which the AMI product was modified.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The last date on which the container product was modified.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The last date on which the data product was modified.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The last time the entity was modified.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the LastModifiedDate of an offer.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the LastModifiedDate of a ResaleAuthorization.
getLastModifiedDate() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The last date on which the SaaS product was modified.
getManufacturerAccountId() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization.
getManufacturerAccountId() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer account ID of the ResaleAuthorization.
getManufacturerLegalName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization.
getManufacturerLegalName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer legal name of the ResaleAuthorization.
getMaxResults() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The maximum number of results returned by a single call.
getMaxResults() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Specifies the upper limit of the elements on a single page.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The name for the entity.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
For ListEntities, the supported value for this is an EntityId.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Name of an offer.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The name of the offer.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Name of a ResaleAuthorization.
getName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The name of the ResaleAuthorization.
getNextToken() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The token value retrieved from a previous call to access the next page of results.
getNextToken() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
The value of the next token, if it exists.
getNextToken() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The value of the next token, if it exists.
getNextToken() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
The value of the next token if it exists.
getOfferExtendedStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization.
getOfferExtendedStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The offer extended status of the ResaleAuthorization
getOfferFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for offers.
getOfferSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for offers.
getOfferSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the offer.
getOwnershipType() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Filters the returned set of entities based on their owner.
getPolicy() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
The policy document to set; formatted in JSON.
getPolicy() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The policy document to set; formatted in JSON.
getProductId() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ProductId of an offer.
getProductId() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The product ID of the offer.
getProductId() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductId of a ResaleAuthorization.
getProductId() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product ID of the ResaleAuthorization.
getProductName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductName of a ResaleAuthorization.
getProductName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product name of the ResaleAuthorization.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The title of the AMI product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The title of the AMI product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The title of the container product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The title of the container product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The title of the data product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The title of the data product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The title of the SaaS product.
getProductTitle() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The title of the SaaS product.
getReleaseDate() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ReleaseDate of an offer.
getReleaseDate() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The release date of the offer.
getResaleAuthorizationFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for Resale Authorizations.
getResaleAuthorizationId() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ResaleAuthorizationId of an offer.
getResaleAuthorizationId() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The ResaleAuthorizationId of the offer.
getResaleAuthorizationSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for Resale Authorizations.
getResaleAuthorizationSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the Resale Authorization.
getResellerAccountID() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerAccountID of a ResaleAuthorization.
getResellerAccountID() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller account ID of the ResaleAuthorization.
getResellerLegalName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerLegalName of a ResaleAuthorization.
getResellerLegalName() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller legal name of the ResaleAuthorization
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
Required.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource you want to associate with a resource policy.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
getResourceArn() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
getResourcePolicy(GetResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
getResourcePolicy(GetResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Gets a resource-based policy of an entity that is identified by its resource ARN.
getResourcePolicy(GetResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Gets a resource-based policy of an entity that is identified by its resource ARN.
getResourcePolicyAsync(GetResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
getResourcePolicyAsync(GetResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Gets a resource-based policy of an entity that is identified by its resource ARN.
getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Gets a resource-based policy of an entity that is identified by its resource ARN.
getResourcePolicyAsync(GetResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
GetResourcePolicyRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
GetResourcePolicyRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
 
GetResourcePolicyResult - Class in com.amazonaws.services.marketplacecatalog.model
 
GetResourcePolicyResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
 
getSaaSProductFilters() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for SaaS products.
getSaaSProductSort() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for SaaS products.
getSaaSProductSummary() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the SaaS product.
getSort() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An object that contains two attributes, SortBy and SortOrder.
getSort() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An object that contains two attributes, SortBy and SortOrder.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
Field to sort the AMI products by.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
Field to sort the container products by.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
Field to sort the data products by.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
Field to sort the SaaS products by.
getSortBy() - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
For ListEntities, supported attributes include LastModifiedDate (default) and EntityId.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
The sorting order.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
The sorting order.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
The sorting order.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
The sorting order.
getSortOrder() - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
The sorting order.
getStartTime() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
getStartTime() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
getState() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the State of an offer.
getState() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The status of the offer.
getStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The current status of the change set.
getStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The status of the change request.
getStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Status of a ResaleAuthorization.
getStatus() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The status of the ResaleAuthorization.
getTagKeys() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
getTags() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
getTags() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
getTargeting() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Targeting of an offer.
getTargeting() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The targeting in the offer.
getType() - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The type of entity.
getValue() - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The value associated with the tag.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
A string array of unique entity id values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string array of unique product title values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
A string array of unique visibility values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
A string array of unique entity id values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string array of unique product title values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
A string array of unique visibility values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
A string array of unique entity id values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string array of unique product title values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
A string array of unique visibility values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
ListEntities - This is a list of unique EntityIds.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
Allows filtering on entity id of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
Allows filtering on the ProductId of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
Allows filtering on the ResaleAuthorizationId of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Allows filtering on the State of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Allows filtering on the Targeting of an offer with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
Allows filtering on EntityId of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Allows filtering on the Status of a ResaleAuthorization with list input.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
A string array of unique entity id values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string array of unique product title values to be filtered on.
getValueList() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
A string array of unique visibility values to be filtered on.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The visibility of the AMI product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The lifecycle of the AMI product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The visibility of the container product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The lifecycle of the product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The visibility of the data product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The lifecycle of the data product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The visibility status of the entity to buyers.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The visibility of the SaaS product.
getVisibility() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The lifecycle of the SaaS product.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string that will be the wildCard input for product tile filter.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string that will be the wildCard input for product tile filter.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string that will be the wildCard input for product tile filter.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
Allows filtering on the BuyerAccounts of an offer with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalName of a ResaleAuthorization with wild card input.
getWildCardValue() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string that will be the wildCard input for product tile filter.

H

hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceResult
 

I

Intent - Enum in com.amazonaws.services.marketplacecatalog.model
 
InternalServiceException - Exception in com.amazonaws.services.marketplacecatalog.model
There was an internal service exception.
InternalServiceException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.InternalServiceException
Constructs a new InternalServiceException with the specified error message.

L

listChangeSets(ListChangeSetsRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
listChangeSets(ListChangeSetsRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Returns the list of change sets owned by the account being used to make the call.
listChangeSets(ListChangeSetsRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Returns the list of change sets owned by the account being used to make the call.
listChangeSetsAsync(ListChangeSetsRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listChangeSetsAsync(ListChangeSetsRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns the list of change sets owned by the account being used to make the call.
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Returns the list of change sets owned by the account being used to make the call.
listChangeSetsAsync(ListChangeSetsRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
listChangeSetsAsync(ListChangeSetsRequest, AsyncHandler<ListChangeSetsRequest, ListChangeSetsResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
ListChangeSetsRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
ListChangeSetsRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
 
ListChangeSetsResult - Class in com.amazonaws.services.marketplacecatalog.model
 
ListChangeSetsResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
 
listEntities(ListEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
listEntities(ListEntitiesRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Provides the list of entities of a given type.
listEntities(ListEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Provides the list of entities of a given type.
listEntitiesAsync(ListEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listEntitiesAsync(ListEntitiesRequest, AsyncHandler<ListEntitiesRequest, ListEntitiesResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listEntitiesAsync(ListEntitiesRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Provides the list of entities of a given type.
listEntitiesAsync(ListEntitiesRequest, AsyncHandler<ListEntitiesRequest, ListEntitiesResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Provides the list of entities of a given type.
listEntitiesAsync(ListEntitiesRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
listEntitiesAsync(ListEntitiesRequest, AsyncHandler<ListEntitiesRequest, ListEntitiesResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
ListEntitiesRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
ListEntitiesRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
 
ListEntitiesResult - Class in com.amazonaws.services.marketplacecatalog.model
 
ListEntitiesResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Lists all tags that have been added to a resource (either an entity or change set).
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Lists all tags that have been added to a resource (either an entity or change set).
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Lists all tags that have been added to a resource (either an entity or change set).
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Lists all tags that have been added to a resource (either an entity or change set).
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.marketplacecatalog.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
 

O

OfferAvailabilityEndDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the AvailabilityEndDate of an offer.
OfferAvailabilityEndDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
 
OfferAvailabilityEndDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the AvailabilityEndDate of an offer with date range as input.
OfferAvailabilityEndDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
 
OfferBuyerAccountsFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the BuyerAccounts of an offer.
OfferBuyerAccountsFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
 
OfferEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the entity id of an offer.
OfferEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
 
OfferFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for offers entity.
OfferFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferFilters
 
OfferLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the LastModifiedDate of an offer.
OfferLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
 
OfferLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the LastModifiedDate of an offer with date range as input.
OfferLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
 
OfferNameFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the Name of an offer.
OfferNameFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
 
OfferProductIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ProductId of an offer.
OfferProductIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
 
OfferReleaseDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ReleaseDate of an offer.
OfferReleaseDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
 
OfferReleaseDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ReleaseDate of an offer with date range as input.
OfferReleaseDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
 
OfferResaleAuthorizationIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ResaleAuthorizationId of an offer.
OfferResaleAuthorizationIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
 
OfferSort - Class in com.amazonaws.services.marketplacecatalog.model
Allows to sort offers.
OfferSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferSort
 
OfferSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
OfferStateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the State of an offer.
OfferStateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
 
OfferStateString - Enum in com.amazonaws.services.marketplacecatalog.model
 
OfferSummary - Class in com.amazonaws.services.marketplacecatalog.model
Summarized information about an offer.
OfferSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferSummary
 
OfferTargetingFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the Targeting of an offer.
OfferTargetingFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
 
OfferTargetingString - Enum in com.amazonaws.services.marketplacecatalog.model
 
OwnershipType - Enum in com.amazonaws.services.marketplacecatalog.model
 

P

putResourcePolicy(PutResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
putResourcePolicy(PutResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Attaches a resource-based policy to an entity.
putResourcePolicy(PutResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Attaches a resource-based policy to an entity.
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Attaches a resource-based policy to an entity.
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Attaches a resource-based policy to an entity.
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
PutResourcePolicyRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
PutResourcePolicyRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
 
PutResourcePolicyResult - Class in com.amazonaws.services.marketplacecatalog.model
 
PutResourcePolicyResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyResult
 

R

ResaleAuthorizationAvailabilityEndDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on AvailabilityEndDate of a ResaleAuthorization.
ResaleAuthorizationAvailabilityEndDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
 
ResaleAuthorizationAvailabilityEndDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date range as input.
ResaleAuthorizationAvailabilityEndDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
 
ResaleAuthorizationCreatedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on CreatedDate of a ResaleAuthorization.
ResaleAuthorizationCreatedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
 
ResaleAuthorizationCreatedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.
ResaleAuthorizationCreatedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
 
ResaleAuthorizationEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on EntityId of a ResaleAuthorization.
ResaleAuthorizationEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
 
ResaleAuthorizationFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for resale authorization entity.
ResaleAuthorizationFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
 
ResaleAuthorizationLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the LastModifiedDate of a ResaleAuthorization.
ResaleAuthorizationLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
 
ResaleAuthorizationLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
ResaleAuthorizationLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
 
ResaleAuthorizationManufacturerAccountIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization.
ResaleAuthorizationManufacturerAccountIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
 
ResaleAuthorizationManufacturerLegalNameFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization.
ResaleAuthorizationManufacturerLegalNameFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
 
ResaleAuthorizationNameFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the Name of a ResaleAuthorization.
ResaleAuthorizationNameFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
 
ResaleAuthorizationOfferExtendedStatusFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization.
ResaleAuthorizationOfferExtendedStatusFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
 
ResaleAuthorizationProductIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ProductId of a ResaleAuthorization.
ResaleAuthorizationProductIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
 
ResaleAuthorizationProductNameFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ProductName of a ResaleAuthorization.
ResaleAuthorizationProductNameFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
 
ResaleAuthorizationResellerAccountIDFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ResellerAccountID of a ResaleAuthorization.
ResaleAuthorizationResellerAccountIDFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
 
ResaleAuthorizationResellerLegalNameFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the ResellerLegalName of a ResaleAuthorization.
ResaleAuthorizationResellerLegalNameFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
 
ResaleAuthorizationSort - Class in com.amazonaws.services.marketplacecatalog.model
Allows to sort ResaleAuthorization.
ResaleAuthorizationSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
 
ResaleAuthorizationSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
ResaleAuthorizationStatusFilter - Class in com.amazonaws.services.marketplacecatalog.model
Allows filtering on the Status of a ResaleAuthorization.
ResaleAuthorizationStatusFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
 
ResaleAuthorizationStatusString - Enum in com.amazonaws.services.marketplacecatalog.model
 
ResaleAuthorizationSummary - Class in com.amazonaws.services.marketplacecatalog.model
Summarized information about a Resale Authorization.
ResaleAuthorizationSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
 
ResourceInUseException - Exception in com.amazonaws.services.marketplacecatalog.model
The resource is currently in use.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.marketplacecatalog.model
The specified resource wasn't found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceNotSupportedException - Exception in com.amazonaws.services.marketplacecatalog.model
Currently, the specified resource is not supported.
ResourceNotSupportedException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ResourceNotSupportedException
Constructs a new ResourceNotSupportedException with the specified error message.

S

SaaSProductEntityIdFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on entity id of a SaaS product.
SaaSProductEntityIdFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
 
SaaSProductFilters - Class in com.amazonaws.services.marketplacecatalog.model
Object containing all the filter fields for SaaS products.
SaaSProductFilters() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
 
SaaSProductLastModifiedDateFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering based on the last modified date of SaaS products
SaaSProductLastModifiedDateFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
 
SaaSProductLastModifiedDateFilterDateRange - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains date range of the last modified date to be filtered on.
SaaSProductLastModifiedDateFilterDateRange() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
 
SaaSProductSort - Class in com.amazonaws.services.marketplacecatalog.model
Objects that allows sorting on SaaS products based on certain fields and sorting order.
SaaSProductSort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
 
SaaSProductSortBy - Enum in com.amazonaws.services.marketplacecatalog.model
 
SaaSProductSummary - Class in com.amazonaws.services.marketplacecatalog.model
Object that contains summarized information about a SaaS product.
SaaSProductSummary() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
 
SaaSProductTitleFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on product title.
SaaSProductTitleFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
 
SaaSProductVisibilityFilter - Class in com.amazonaws.services.marketplacecatalog.model
Object that allows filtering on the visibility of the product in the AWS Marketplace.
SaaSProductVisibilityFilter() - Constructor for class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
 
SaaSProductVisibilityString - Enum in com.amazonaws.services.marketplacecatalog.model
 
ServiceQuotaExceededException - Exception in com.amazonaws.services.marketplacecatalog.model
The maximum number of open requests per account has been exceeded.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date after which the AMI product was last modified.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date after which the container product was last modified.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date after which the data product was last modified.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.
setAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date after which the SaaS product was last modified.
setAmiProductFilters(AmiProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for AMI products.
setAmiProductSort(AmiProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for AMI products.
setAmiProductSummary(AmiProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the AMI product.
setAvailabilityEndDate(OfferAvailabilityEndDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the AvailabilityEndDate of an offer.
setAvailabilityEndDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The availability end date of the offer.
setAvailabilityEndDate(ResaleAuthorizationAvailabilityEndDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the AvailabilityEndDate of a ResaleAuthorization.
setAvailabilityEndDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The availability end date of the ResaleAuthorization.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date before which the AMI product was last modified.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date before which the container product was last modified.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date before which the data product was last modified.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.
setBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date before which the SaaS product was last modified.
setBuyerAccounts(OfferBuyerAccountsFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the BuyerAccounts of an offer.
setBuyerAccounts(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The buyer accounts in the offer.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The name of the catalog the entity is present in.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The catalog related to the request.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The catalog related to the request.
setCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The catalog related to the request.
setChangeName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Optional name for the change.
setChangeName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
Optional name for the change.
setChangeSet(Collection<ChangeSummary>) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
An array of ChangeSummary objects.
setChangeSet(Collection<Change>) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Array of change object.
setChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The ARN associated with the change set referenced in this request.
setChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The ARN associated with the unique identifier for the change set referenced in this request.
setChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The ARN associated with the unique identifier for the change set referenced in this request.
setChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
The ARN associated to the unique identifier generated for the request.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The unique identifier for the change set referenced in this request.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The unique identifier for a change set.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Required.
setChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
Unique identifier generated for the request.
setChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The non-unique name for the change set.
setChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional name provided in the StartChangeSet request.
setChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Optional case sensitive string of up to 100 ASCII characters.
setChangeSetSummaryList(Collection<ChangeSetSummaryListItem>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
Array of ChangeSetSummaryListItem objects.
setChangeSetTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A list of objects specifying each key name and value for the ChangeSetTags property.
setChangeType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Change types are single string values that describe your intention for the change.
setChangeType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The type of the change.
setClientRequestToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A unique token to identify the request to ensure idempotency.
setContainerProductFilters(ContainerProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for container products.
setContainerProductSort(ContainerProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for container products.
setContainerProductSummary(ContainerProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the container product.
setCreatedDate(ResaleAuthorizationCreatedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the CreatedDate of a ResaleAuthorization.
setCreatedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The created date of the ResaleAuthorization.
setDataProductFilters(DataProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for data products.
setDataProductSort(DataProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for data products.
setDataProductSummary(DataProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the data product.
setDateRange(AmiProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
Dates between which the AMI product was last modified.
setDateRange(ContainerProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
Dates between which the container product was last modified.
setDateRange(DataProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
Dates between which the data product was last modified.
setDateRange(OfferAvailabilityEndDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
Allows filtering on the AvailabilityEndDate of an offer with date range as input.
setDateRange(OfferLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
Allows filtering on the LastModifiedDate of an offer with date range as input.
setDateRange(OfferReleaseDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
Allows filtering on the ReleaseDate of an offer with date range as input.
setDateRange(ResaleAuthorizationAvailabilityEndDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date range as input
setDateRange(ResaleAuthorizationCreatedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.
setDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
setDateRange(SaaSProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
Dates between which the SaaS product was last modified.
setDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
This object contains details specific to the change type of the requested change.
setDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
This object contains details specific to the change type of the requested change.
setDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
This stringified JSON object includes the details of the entity.
setEndTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
setEndTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
setEntity(Entity) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The entity to be changed.
setEntity(Entity) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The entity to be changed.
setEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The ARN associated to the unique identifier for the entity referenced in this request.
setEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The Amazon Resource Name (ARN) of the entity.
setEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The ARN associated with the unique identifier for the entity.
setEntityDetails(Map<String, EntityDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Details about each entity.
setEntityId(AmiProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
Unique identifier for the AMI product.
setEntityId(ContainerProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
Unique identifier for the container product.
setEntityId(DataProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
Unique identifier for the data product.
setEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
setEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The ID of the entity.
setEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The unique identifier for the entity.
setEntityId(OfferEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on EntityId of an offer.
setEntityId(ResaleAuthorizationEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the EntityId of a ResaleAuthorization.
setEntityId(SaaSProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
Unique identifier for the SaaS product.
setEntityIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The identifier of the entity, in the format of EntityId@RevisionId.
setEntityIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The ID of the entity, in the format of EntityId@RevisionId.
setEntityIdList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
This object is a list of entity IDs (string) that are a part of a change set.
setEntityRequestList(Collection<EntityRequest>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
List of entity IDs and the catalogs the entities are present in.
setEntitySummaryList(Collection<EntitySummary>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
Array of EntitySummary objects.
setEntityTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The tags associated with the change.
setEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The named type of the entity, in the format of EntityType@Version.
setEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The entity type of the entity, in the format of EntityType@Version.
setEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The type of the entity.
setEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The type of entities to retrieve.
setEntityTypeFilters(EntityTypeFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing filter shapes for all EntityTypes.
setEntityTypeSort(EntityTypeSort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing Sort shapes for all EntityTypes.
setErrorCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error code returned.
setErrorCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The error code that identifies the type of error.
setErrorDetailList(Collection<ErrorDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
An array of ErrorDetail objects associated with the change.
setErrorMessage(String) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error message returned.
setErrorMessage(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The message for the error.
setErrors(Map<String, BatchDescribeErrorDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
A map of errors returned, with EntityId as the key and errorDetail as the value.
setFailureCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
Returned if the change set is in FAILED status.
setFailureCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if the change set is in FAILED status.
setFailureDescription(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
setFilterList(Collection<Filter>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An array of filter objects.
setFilterList(Collection<Filter>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An array of filter objects.
setIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The identifier for the entity.
setIntent(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional intent provided in the StartChangeSet request.
setIntent(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The intent related to the request.
setKey(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The key associated with the tag.
setLastModifiedDate(AmiProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The last date on which the AMI product was modified.
setLastModifiedDate(ContainerProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The last date on which the container product was modified.
setLastModifiedDate(DataProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The last date on which the data product was modified.
setLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
setLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The last time the entity was modified.
setLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
setLastModifiedDate(OfferLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the LastModifiedDate of an offer.
setLastModifiedDate(ResaleAuthorizationLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the LastModifiedDate of a ResaleAuthorization.
setLastModifiedDate(SaaSProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The last date on which the SaaS product was modified.
setManufacturerAccountId(ResaleAuthorizationManufacturerAccountIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization.
setManufacturerAccountId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer account ID of the ResaleAuthorization.
setManufacturerLegalName(ResaleAuthorizationManufacturerLegalNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization.
setManufacturerLegalName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer legal name of the ResaleAuthorization.
setMaxResults(Integer) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The maximum number of results returned by a single call.
setMaxResults(Integer) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Specifies the upper limit of the elements on a single page.
setName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The name for the entity.
setName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
For ListEntities, the supported value for this is an EntityId.
setName(OfferNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Name of an offer.
setName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The name of the offer.
setName(ResaleAuthorizationNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Name of a ResaleAuthorization.
setName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The name of the ResaleAuthorization.
setNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The token value retrieved from a previous call to access the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
The value of the next token, if it exists.
setNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The value of the next token, if it exists.
setNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
The value of the next token if it exists.
setOfferExtendedStatus(ResaleAuthorizationOfferExtendedStatusFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization.
setOfferExtendedStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The offer extended status of the ResaleAuthorization
setOfferFilters(OfferFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for offers.
setOfferSort(OfferSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for offers.
setOfferSummary(OfferSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the offer.
setOwnershipType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Filters the returned set of entities based on their owner.
setPolicy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
The policy document to set; formatted in JSON.
setPolicy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The policy document to set; formatted in JSON.
setProductId(OfferProductIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ProductId of an offer.
setProductId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The product ID of the offer.
setProductId(ResaleAuthorizationProductIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductId of a ResaleAuthorization.
setProductId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product ID of the ResaleAuthorization.
setProductName(ResaleAuthorizationProductNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductName of a ResaleAuthorization.
setProductName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product name of the ResaleAuthorization.
setProductTitle(AmiProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The title of the AMI product.
setProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The title of the AMI product.
setProductTitle(ContainerProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The title of the container product.
setProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The title of the container product.
setProductTitle(DataProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The title of the data product.
setProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The title of the data product.
setProductTitle(SaaSProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The title of the SaaS product.
setProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The title of the SaaS product.
setReleaseDate(OfferReleaseDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ReleaseDate of an offer.
setReleaseDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The release date of the offer.
setResaleAuthorizationFilters(ResaleAuthorizationFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for Resale Authorizations.
setResaleAuthorizationId(OfferResaleAuthorizationIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ResaleAuthorizationId of an offer.
setResaleAuthorizationId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The ResaleAuthorizationId of the offer.
setResaleAuthorizationSort(ResaleAuthorizationSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for Resale Authorizations.
setResaleAuthorizationSummary(ResaleAuthorizationSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the Resale Authorization.
setResellerAccountID(ResaleAuthorizationResellerAccountIDFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerAccountID of a ResaleAuthorization.
setResellerAccountID(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller account ID of the ResaleAuthorization.
setResellerLegalName(ResaleAuthorizationResellerLegalNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerLegalName of a ResaleAuthorization.
setResellerLegalName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller legal name of the ResaleAuthorization
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
Required.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource you want to associate with a resource policy.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
setResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
setSaaSProductFilters(SaaSProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for SaaS products.
setSaaSProductSort(SaaSProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for SaaS products.
setSaaSProductSummary(SaaSProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the SaaS product.
setSort(Sort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An object that contains two attributes, SortBy and SortOrder.
setSort(Sort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An object that contains two attributes, SortBy and SortOrder.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
Field to sort the AMI products by.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
Field to sort the container products by.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
Field to sort the data products by.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
Field to sort the SaaS products by.
setSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
For ListEntities, supported attributes include LastModifiedDate (default) and EntityId.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
The sorting order.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
The sorting order.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
The sorting order.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
The sorting order.
setSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
The sorting order.
setStartTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
setStartTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
setState(OfferStateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the State of an offer.
setState(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The status of the offer.
setStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The current status of the change set.
setStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The status of the change request.
setStatus(ResaleAuthorizationStatusFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Status of a ResaleAuthorization.
setStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The status of the ResaleAuthorization.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
setTargeting(OfferTargetingFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Targeting of an offer.
setTargeting(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The targeting in the offer.
setType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The type of entity.
setValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The value associated with the tag.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
A string array of unique entity id values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string array of unique product title values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
A string array of unique visibility values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
A string array of unique entity id values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string array of unique product title values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
A string array of unique visibility values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
A string array of unique entity id values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string array of unique product title values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
A string array of unique visibility values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
ListEntities - This is a list of unique EntityIds.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
Allows filtering on entity id of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
Allows filtering on the ProductId of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
Allows filtering on the ResaleAuthorizationId of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Allows filtering on the State of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Allows filtering on the Targeting of an offer with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
Allows filtering on EntityId of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Allows filtering on the Status of a ResaleAuthorization with list input.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
A string array of unique entity id values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string array of unique product title values to be filtered on.
setValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
A string array of unique visibility values to be filtered on.
setVisibility(AmiProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The visibility of the AMI product.
setVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The lifecycle of the AMI product.
setVisibility(ContainerProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The visibility of the container product.
setVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The lifecycle of the product.
setVisibility(DataProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The visibility of the data product.
setVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The lifecycle of the data product.
setVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The visibility status of the entity to buyers.
setVisibility(SaaSProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The visibility of the SaaS product.
setVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The lifecycle of the SaaS product.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string that will be the wildCard input for product tile filter.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string that will be the wildCard input for product tile filter.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string that will be the wildCard input for product tile filter.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
Allows filtering on the BuyerAccounts of an offer with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalName of a ResaleAuthorization with wild card input.
setWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string that will be the wildCard input for product tile filter.
shutdown() - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
shutdown() - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
 
Sort - Class in com.amazonaws.services.marketplacecatalog.model
An object that contains two attributes, SortBy and SortOrder.
Sort() - Constructor for class com.amazonaws.services.marketplacecatalog.model.Sort
 
SortOrder - Enum in com.amazonaws.services.marketplacecatalog.model
 
standard() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClientBuilder
 
startChangeSet(StartChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
startChangeSet(StartChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Allows you to request changes for your entities.
startChangeSet(StartChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Allows you to request changes for your entities.
startChangeSetAsync(StartChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
startChangeSetAsync(StartChangeSetRequest, AsyncHandler<StartChangeSetRequest, StartChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
startChangeSetAsync(StartChangeSetRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Allows you to request changes for your entities.
startChangeSetAsync(StartChangeSetRequest, AsyncHandler<StartChangeSetRequest, StartChangeSetResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Allows you to request changes for your entities.
startChangeSetAsync(StartChangeSetRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
startChangeSetAsync(StartChangeSetRequest, AsyncHandler<StartChangeSetRequest, StartChangeSetResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
StartChangeSetRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
StartChangeSetRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
 
StartChangeSetResult - Class in com.amazonaws.services.marketplacecatalog.model
 
StartChangeSetResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
 

T

Tag - Class in com.amazonaws.services.marketplacecatalog.model
A list of objects specifying each key name and value.
Tag() - Constructor for class com.amazonaws.services.marketplacecatalog.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Tags a resource (either an entity or change set).
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Tags a resource (either an entity or change set).
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Tags a resource (either an entity or change set).
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Tags a resource (either an entity or change set).
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.marketplacecatalog.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.TagResourceResult
 
ThrottlingException - Exception in com.amazonaws.services.marketplacecatalog.model
Too many requests.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.ChangeStatus
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.DataProductSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.FailureCode
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.Intent
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.OfferSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.OfferStateString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.OfferTargetingString
 
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.OwnershipType
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductSortBy
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityString
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacecatalog.model.SortOrder
 
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceResult
Returns a string representation of this object.

U

untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalog
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalog
Removes a tag or list of tags from a resource (either an entity or change set).
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogClient
Removes a tag or list of tags from a resource (either an entity or change set).
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AbstractAWSMarketplaceCatalogAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Removes a tag or list of tags from a resource (either an entity or change set).
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsync
Removes a tag or list of tags from a resource (either an entity or change set).
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.marketplacecatalog.AWSMarketplaceCatalogAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.marketplacecatalog.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.marketplacecatalog.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.marketplacecatalog.model.UntagResourceResult
 

V

ValidationException - Exception in com.amazonaws.services.marketplacecatalog.model
An error occurred during validation.
ValidationException(String) - Constructor for exception com.amazonaws.services.marketplacecatalog.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ChangeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.FailureCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.Intent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferStateString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferTargetingString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.OwnershipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.marketplacecatalog.model.SortOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.ChangeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.FailureCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.Intent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferStateString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.OfferTargetingString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.OwnershipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.marketplacecatalog.model.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date after which the AMI product was last modified.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date after which the container product was last modified.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date after which the data product was last modified.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization after a date.
withAfterValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date after which the SaaS product was last modified.
withAmiProductFilters(AmiProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for AMI products.
withAmiProductSort(AmiProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for AMI products.
withAmiProductSummary(AmiProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the AMI product.
withAvailabilityEndDate(OfferAvailabilityEndDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the AvailabilityEndDate of an offer.
withAvailabilityEndDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The availability end date of the offer.
withAvailabilityEndDate(ResaleAuthorizationAvailabilityEndDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the AvailabilityEndDate of a ResaleAuthorization.
withAvailabilityEndDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The availability end date of the ResaleAuthorization.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilterDateRange
Date before which the AMI product was last modified.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilterDateRange
Date before which the container product was last modified.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilterDateRange
Date before which the data product was last modified.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilterDateRange
Allows filtering on the AvailabilityEndDate of an offer before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of an offer before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilterDateRange
Allows filtering on the ReleaseDate of offers before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilterDateRange
Allows filtering on AvailabilityEndDate of a ResaleAuthorization before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilterDateRange
Allows filtering on CreatedDate of a ResaleAuthorization before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilterDateRange
Allows filtering on the LastModifiedDate of a ResaleAuthorization before a date.
withBeforeValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilterDateRange
Date before which the SaaS product was last modified.
withBuyerAccounts(OfferBuyerAccountsFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the BuyerAccounts of an offer.
withBuyerAccounts(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The buyer accounts in the offer.
withBuyerAccounts(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The buyer accounts in the offer.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The name of the catalog the entity is present in.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The catalog related to the request.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The catalog related to the request.
withCatalog(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The catalog related to the request.
withChangeName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Optional name for the change.
withChangeName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
Optional name for the change.
withChangeSet(ChangeSummary...) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
An array of ChangeSummary objects.
withChangeSet(Collection<ChangeSummary>) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
An array of ChangeSummary objects.
withChangeSet(Change...) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Array of change object.
withChangeSet(Collection<Change>) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Array of change object.
withChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The ARN associated with the change set referenced in this request.
withChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The ARN associated with the unique identifier for the change set referenced in this request.
withChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The ARN associated with the unique identifier for the change set referenced in this request.
withChangeSetArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
The ARN associated to the unique identifier generated for the request.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetRequest
Required.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.CancelChangeSetResult
The unique identifier for the change set referenced in this request.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The unique identifier for a change set.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetRequest
Required.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Required.
withChangeSetId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetResult
Unique identifier generated for the request.
withChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The non-unique name for the change set.
withChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional name provided in the StartChangeSet request.
withChangeSetName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
Optional case sensitive string of up to 100 ASCII characters.
withChangeSetSummaryList(ChangeSetSummaryListItem...) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
Array of ChangeSetSummaryListItem objects.
withChangeSetSummaryList(Collection<ChangeSetSummaryListItem>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
Array of ChangeSetSummaryListItem objects.
withChangeSetTags(Tag...) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A list of objects specifying each key name and value for the ChangeSetTags property.
withChangeSetTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A list of objects specifying each key name and value for the ChangeSetTags property.
withChangeType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
Change types are single string values that describe your intention for the change.
withChangeType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The type of the change.
withClientRequestToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
A unique token to identify the request to ensure idempotency.
withContainerProductFilters(ContainerProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for container products.
withContainerProductSort(ContainerProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for container products.
withContainerProductSummary(ContainerProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the container product.
withCreatedDate(ResaleAuthorizationCreatedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the CreatedDate of a ResaleAuthorization.
withCreatedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The created date of the ResaleAuthorization.
withDataProductFilters(DataProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for data products.
withDataProductSort(DataProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for data products.
withDataProductSummary(DataProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the data product.
withDateRange(AmiProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductLastModifiedDateFilter
Dates between which the AMI product was last modified.
withDateRange(ContainerProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductLastModifiedDateFilter
Dates between which the container product was last modified.
withDateRange(DataProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductLastModifiedDateFilter
Dates between which the data product was last modified.
withDateRange(OfferAvailabilityEndDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferAvailabilityEndDateFilter
Allows filtering on the AvailabilityEndDate of an offer with date range as input.
withDateRange(OfferLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferLastModifiedDateFilter
Allows filtering on the LastModifiedDate of an offer with date range as input.
withDateRange(OfferReleaseDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferReleaseDateFilter
Allows filtering on the ReleaseDate of an offer with date range as input.
withDateRange(ResaleAuthorizationAvailabilityEndDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date range as input
withDateRange(ResaleAuthorizationCreatedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date range as input.
withDateRange(ResaleAuthorizationLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationLastModifiedDateFilter
Allows filtering on the LastModifiedDate of a ResaleAuthorization with date range as input.
withDateRange(SaaSProductLastModifiedDateFilterDateRange) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductLastModifiedDateFilter
Dates between which the SaaS product was last modified.
withDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
This object contains details specific to the change type of the requested change.
withDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
This object contains details specific to the change type of the requested change.
withDetails(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
This stringified JSON object includes the details of the entity.
withEndTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
withEndTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
withEntity(Entity) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The entity to be changed.
withEntity(Entity) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
The entity to be changed.
withEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The ARN associated to the unique identifier for the entity referenced in this request.
withEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The Amazon Resource Name (ARN) of the entity.
withEntityArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The ARN associated with the unique identifier for the entity.
withEntityDetails(Map<String, EntityDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
Details about each entity.
withEntityId(AmiProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
Unique identifier for the AMI product.
withEntityId(ContainerProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
Unique identifier for the container product.
withEntityId(DataProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
Unique identifier for the data product.
withEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityRequest
Required.
withEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityRequest
The ID of the entity.
withEntityId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The unique identifier for the entity.
withEntityId(OfferEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on EntityId of an offer.
withEntityId(ResaleAuthorizationEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the EntityId of a ResaleAuthorization.
withEntityId(SaaSProductEntityIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
Unique identifier for the SaaS product.
withEntityIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The identifier of the entity, in the format of EntityId@RevisionId.
withEntityIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The ID of the entity, in the format of EntityId@RevisionId.
withEntityIdList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
This object is a list of entity IDs (string) that are a part of a change set.
withEntityIdList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
This object is a list of entity IDs (string) that are a part of a change set.
withEntityRequestList(EntityRequest...) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
List of entity IDs and the catalogs the entities are present in.
withEntityRequestList(Collection<EntityRequest>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesRequest
List of entity IDs and the catalogs the entities are present in.
withEntitySummaryList(EntitySummary...) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
Array of EntitySummary objects.
withEntitySummaryList(Collection<EntitySummary>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
Array of EntitySummary objects.
withEntityTags(Tag...) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The tags associated with the change.
withEntityTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.Change
The tags associated with the change.
withEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The named type of the entity, in the format of EntityType@Version.
withEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The entity type of the entity, in the format of EntityType@Version.
withEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The type of the entity.
withEntityType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The type of entities to retrieve.
withEntityTypeFilters(EntityTypeFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing filter shapes for all EntityTypes.
withEntityTypeSort(EntityTypeSort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
A Union object containing Sort shapes for all EntityTypes.
withErrorCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error code returned.
withErrorCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The error code that identifies the type of error.
withErrorDetailList(ErrorDetail...) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
An array of ErrorDetail objects associated with the change.
withErrorDetailList(Collection<ErrorDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSummary
An array of ErrorDetail objects associated with the change.
withErrorMessage(String) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeErrorDetail
The error message returned.
withErrorMessage(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ErrorDetail
The message for the error.
withErrors(Map<String, BatchDescribeErrorDetail>) - Method in class com.amazonaws.services.marketplacecatalog.model.BatchDescribeEntitiesResult
A map of errors returned, with EntityId as the key and errorDetail as the value.
withFailureCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
Returned if the change set is in FAILED status.
withFailureCode(FailureCode) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
Returned if the change set is in FAILED status.
withFailureCode(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if the change set is in FAILED status.
withFailureCode(FailureCode) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if the change set is in FAILED status.
withFailureDescription(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
withFilterList(Filter...) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An array of filter objects.
withFilterList(Collection<Filter>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An array of filter objects.
withFilterList(Filter...) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An array of filter objects.
withFilterList(Collection<Filter>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An array of filter objects.
withIdentifier(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The identifier for the entity.
withIntent(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional intent provided in the StartChangeSet request.
withIntent(Intent) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The optional intent provided in the StartChangeSet request.
withIntent(String) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The intent related to the request.
withIntent(Intent) - Method in class com.amazonaws.services.marketplacecatalog.model.StartChangeSetRequest
The intent related to the request.
withKey(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The key associated with the tag.
withLastModifiedDate(AmiProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The last date on which the AMI product was modified.
withLastModifiedDate(ContainerProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The last date on which the container product was modified.
withLastModifiedDate(DataProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The last date on which the data product was modified.
withLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeEntityResult
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
withLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityDetail
The last time the entity was modified.
withLastModifiedDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
withLastModifiedDate(OfferLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the LastModifiedDate of an offer.
withLastModifiedDate(ResaleAuthorizationLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the LastModifiedDate of a ResaleAuthorization.
withLastModifiedDate(SaaSProductLastModifiedDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The last date on which the SaaS product was modified.
withManufacturerAccountId(ResaleAuthorizationManufacturerAccountIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization.
withManufacturerAccountId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer account ID of the ResaleAuthorization.
withManufacturerLegalName(ResaleAuthorizationManufacturerLegalNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization.
withManufacturerLegalName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The manufacturer legal name of the ResaleAuthorization.
withMaxResults(Integer) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The maximum number of results returned by a single call.
withMaxResults(Integer) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Specifies the upper limit of the elements on a single page.
withName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The name for the entity.
withName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
For ListEntities, the supported value for this is an EntityId.
withName(OfferNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Name of an offer.
withName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The name of the offer.
withName(ResaleAuthorizationNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Name of a ResaleAuthorization.
withName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The name of the ResaleAuthorization.
withNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
The token value retrieved from a previous call to access the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsResult
The value of the next token, if it exists.
withNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
The value of the next token, if it exists.
withNextToken(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesResult
The value of the next token if it exists.
withOfferExtendedStatus(ResaleAuthorizationOfferExtendedStatusFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization.
withOfferExtendedStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The offer extended status of the ResaleAuthorization
withOfferFilters(OfferFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for offers.
withOfferSort(OfferSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for offers.
withOfferSummary(OfferSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the offer.
withOwnershipType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Filters the returned set of entities based on their owner.
withOwnershipType(OwnershipType) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
Filters the returned set of entities based on their owner.
withPolicy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyResult
The policy document to set; formatted in JSON.
withPolicy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The policy document to set; formatted in JSON.
withProductId(OfferProductIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ProductId of an offer.
withProductId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The product ID of the offer.
withProductId(ResaleAuthorizationProductIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductId of a ResaleAuthorization.
withProductId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product ID of the ResaleAuthorization.
withProductName(ResaleAuthorizationProductNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ProductName of a ResaleAuthorization.
withProductName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The product name of the ResaleAuthorization.
withProductTitle(AmiProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The title of the AMI product.
withProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The title of the AMI product.
withProductTitle(ContainerProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The title of the container product.
withProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The title of the container product.
withProductTitle(DataProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The title of the data product.
withProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The title of the data product.
withProductTitle(SaaSProductTitleFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The title of the SaaS product.
withProductTitle(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The title of the SaaS product.
withReleaseDate(OfferReleaseDateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ReleaseDate of an offer.
withReleaseDate(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The release date of the offer.
withResaleAuthorizationFilters(ResaleAuthorizationFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for Resale Authorizations.
withResaleAuthorizationId(OfferResaleAuthorizationIdFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the ResaleAuthorizationId of an offer.
withResaleAuthorizationId(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The ResaleAuthorizationId of the offer.
withResaleAuthorizationSort(ResaleAuthorizationSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for Resale Authorizations.
withResaleAuthorizationSummary(ResaleAuthorizationSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the Resale Authorization.
withResellerAccountID(ResaleAuthorizationResellerAccountIDFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerAccountID of a ResaleAuthorization.
withResellerAccountID(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller account ID of the ResaleAuthorization.
withResellerLegalName(ResaleAuthorizationResellerLegalNameFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the ResellerLegalName of a ResaleAuthorization.
withResellerLegalName(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The reseller legal name of the ResaleAuthorization
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DeleteResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.GetResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource that is associated with the resource policy.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceRequest
Required.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.PutResourcePolicyRequest
The Amazon Resource Name (ARN) of the entity resource you want to associate with a resource policy.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
withResourceArn(String) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
withSaaSProductFilters(SaaSProductFilters) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeFilters
A filter for SaaS products.
withSaaSProductSort(SaaSProductSort) - Method in class com.amazonaws.services.marketplacecatalog.model.EntityTypeSort
A sort for SaaS products.
withSaaSProductSummary(SaaSProductSummary) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
An object that contains summary information about the SaaS product.
withSort(Sort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListChangeSetsRequest
An object that contains two attributes, SortBy and SortOrder.
withSort(Sort) - Method in class com.amazonaws.services.marketplacecatalog.model.ListEntitiesRequest
An object that contains two attributes, SortBy and SortOrder.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
Field to sort the AMI products by.
withSortBy(AmiProductSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
Field to sort the AMI products by.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
Field to sort the container products by.
withSortBy(ContainerProductSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
Field to sort the container products by.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
Field to sort the data products by.
withSortBy(DataProductSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
Field to sort the data products by.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
withSortBy(OfferSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
withSortBy(ResaleAuthorizationSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
Field to sort the SaaS products by.
withSortBy(SaaSProductSortBy) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
Field to sort the SaaS products by.
withSortBy(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
For ListEntities, supported attributes include LastModifiedDate (default) and EntityId.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
The sorting order.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSort
The sorting order.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
The sorting order.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSort
The sorting order.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
The sorting order.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSort
The sorting order.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSort
Allows to sort offers.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSort
Allows to sort ResaleAuthorization.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
The sorting order.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSort
The sorting order.
withSortOrder(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
The sorting order.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.marketplacecatalog.model.Sort
The sorting order.
withStartTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
withStartTime(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
withState(OfferStateFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the State of an offer.
withState(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The status of the offer.
withState(OfferStateString) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The status of the offer.
withStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The current status of the change set.
withStatus(ChangeStatus) - Method in class com.amazonaws.services.marketplacecatalog.model.ChangeSetSummaryListItem
The current status of the change set.
withStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The status of the change request.
withStatus(ChangeStatus) - Method in class com.amazonaws.services.marketplacecatalog.model.DescribeChangeSetResult
The status of the change request.
withStatus(ResaleAuthorizationStatusFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationFilters
Allows filtering on the Status of a ResaleAuthorization.
withStatus(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The status of the ResaleAuthorization.
withStatus(ResaleAuthorizationStatusString) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationSummary
The status of the ResaleAuthorization.
withTagKeys(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.UntagResourceRequest
Required.
withTags(Tag...) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.ListTagsForResourceResult
Required.
withTags(Tag...) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.marketplacecatalog.model.TagResourceRequest
Required.
withTargeting(OfferTargetingFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferFilters
Allows filtering on the Targeting of an offer.
withTargeting(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The targeting in the offer.
withTargeting(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The targeting in the offer.
withTargeting(OfferTargetingString...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferSummary
The targeting in the offer.
withType(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Entity
The type of entity.
withValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.Tag
The value associated with the tag.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(AmiProductVisibilityString...) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(ContainerProductVisibilityString...) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(DataProductVisibilityString...) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
ListEntities - This is a list of unique EntityIds.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.Filter
ListEntities - This is a list of unique EntityIds.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
Allows filtering on entity id of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferEntityIdFilter
Allows filtering on entity id of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
Allows filtering on the ProductId of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferProductIdFilter
Allows filtering on the ProductId of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
Allows filtering on the ResaleAuthorizationId of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferResaleAuthorizationIdFilter
Allows filtering on the ResaleAuthorizationId of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Allows filtering on the State of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Allows filtering on the State of an offer with list input.
withValueList(OfferStateString...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferStateFilter
Allows filtering on the State of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Allows filtering on the Targeting of an offer with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Allows filtering on the Targeting of an offer with list input.
withValueList(OfferTargetingString...) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferTargetingFilter
Allows filtering on the Targeting of an offer with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationAvailabilityEndDateFilter
Allows filtering on AvailabilityEndDate of a ResaleAuthorization with date value as input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationCreatedDateFilter
Allows filtering on CreatedDate of a ResaleAuthorization with date value as input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
Allows filtering on EntityId of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationEntityIdFilter
Allows filtering on EntityId of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationOfferExtendedStatusFilter
Allows filtering on the OfferExtendedStatus of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalNameProductName of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Allows filtering on the Status of a ResaleAuthorization with list input.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Allows filtering on the Status of a ResaleAuthorization with list input.
withValueList(ResaleAuthorizationStatusString...) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationStatusFilter
Allows filtering on the Status of a ResaleAuthorization with list input.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductEntityIdFilter
A string array of unique entity id values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string array of unique product title values to be filtered on.
withValueList(String...) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(Collection<String>) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withValueList(SaaSProductVisibilityString...) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductVisibilityFilter
A string array of unique visibility values to be filtered on.
withVisibility(AmiProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductFilters
The visibility of the AMI product.
withVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The lifecycle of the AMI product.
withVisibility(AmiProductVisibilityString) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductSummary
The lifecycle of the AMI product.
withVisibility(ContainerProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductFilters
The visibility of the container product.
withVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The lifecycle of the product.
withVisibility(ContainerProductVisibilityString) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductSummary
The lifecycle of the product.
withVisibility(DataProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductFilters
The visibility of the data product.
withVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The lifecycle of the data product.
withVisibility(DataProductVisibilityString) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductSummary
The lifecycle of the data product.
withVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.EntitySummary
The visibility status of the entity to buyers.
withVisibility(SaaSProductVisibilityFilter) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductFilters
The visibility of the SaaS product.
withVisibility(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The lifecycle of the SaaS product.
withVisibility(SaaSProductVisibilityString) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductSummary
The lifecycle of the SaaS product.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.AmiProductTitleFilter
A string that will be the wildCard input for product tile filter.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ContainerProductTitleFilter
A string that will be the wildCard input for product tile filter.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.DataProductTitleFilter
A string that will be the wildCard input for product tile filter.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferBuyerAccountsFilter
Allows filtering on the BuyerAccounts of an offer with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.OfferNameFilter
Allows filtering on the Name of an offer with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerAccountIdFilter
Allows filtering on the ManufacturerAccountId of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationManufacturerLegalNameFilter
Allows filtering on the ManufacturerLegalName of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationNameFilter
Allows filtering on the Name of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductIdFilter
Allows filtering on the ProductId of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationProductNameFilter
Allows filtering on the ProductName of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerAccountIDFilter
Allows filtering on the ResellerAccountID of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.ResaleAuthorizationResellerLegalNameFilter
Allows filtering on the ResellerLegalName of a ResaleAuthorization with wild card input.
withWildCardValue(String) - Method in class com.amazonaws.services.marketplacecatalog.model.SaaSProductTitleFilter
A string that will be the wildCard input for product tile filter.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2024. All rights reserved.