Uses of Interface
software.amazon.awssdk.services.sns.model.ListPlatformApplicationsRequest.Builder
-
Packages that use ListPlatformApplicationsRequest.Builder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.model -
-
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns
-
Uses of ListPlatformApplicationsRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return ListPlatformApplicationsRequest.Builder Modifier and Type Method Description static ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest. builder()ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. nextToken(String nextToken)NextTokenstring is used when callingListPlatformApplicationsaction to retrieve additional records that are available after the first page results.ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPlatformApplicationsRequest.BuilderListPlatformApplicationsRequest. toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type ListPlatformApplicationsRequest.Builder Modifier and Type Method Description static Class<? extends ListPlatformApplicationsRequest.Builder>ListPlatformApplicationsRequest. serializableBuilderClass()
-